Test/Debug data.
This commit is contained in:
parent
8814cb4697
commit
5ec520f461
|
|
@ -93,6 +93,7 @@ class Script():
|
||||||
if not self.converted_path:
|
if not self.converted_path:
|
||||||
self.converted_path = f"/tmp/{os.path.basename(self.profile).replace('.py', '')}_{hashlib.md5(os.urandom(12)).hexdigest()}.py"
|
self.converted_path = f"/tmp/{os.path.basename(self.profile).replace('.py', '')}_{hashlib.md5(os.urandom(12)).hexdigest()}.py"
|
||||||
|
|
||||||
|
print('Opening URL:', url)
|
||||||
with open(self.converted_path, "w") as temp_file:
|
with open(self.converted_path, "w") as temp_file:
|
||||||
temp_file.write(urllib.request.urlopen(url).read().decode('utf-8'))
|
temp_file.write(urllib.request.urlopen(url).read().decode('utf-8'))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue