mirror of
https://github.com/KevinMidboe/escape-snapchat.git
synced 2025-10-29 17:40:20 +00:00
Always define a st value so doesn't throw exception if only downloading files
This commit is contained in:
@@ -31,6 +31,7 @@ def download_file_from_url(url, filename):
|
|||||||
return filename
|
return filename
|
||||||
|
|
||||||
overwrite = False # Overwrites existing useful memory metadata file
|
overwrite = False # Overwrites existing useful memory metadata file
|
||||||
|
st = datetime.datetime.now()
|
||||||
|
|
||||||
# Import Memories Data
|
# Import Memories Data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user