nothing new....
This commit is contained in:
Dima YaFlay
2022-01-02 01:51:19 +03:00
committed by GitHub
parent 73e1983533
commit 52716112c1

View File

@@ -18,7 +18,6 @@ p = os.getcwd()
print(p)
ext_ip = requests.get('https://checkip.amazonaws.com').text.strip()
print ( ext_ip)
os.chdir('C:/bebra/scam')
ip = open('my_ip.txt', 'w+')
ip.write(str(ext_ip))
ip.close()