mirror of
				https://github.com/KevinMidboe/escape-snapchat.git
				synced 2025-10-29 17:40:20 +00:00 
			
		
		
		
	Fix the format order of status text while fetching memory url
This commit is contained in:
		| @@ -53,7 +53,7 @@ else: | ||||
|  | ||||
|     st = datetime.datetime.now() | ||||
|     for i, memory in enumerate(memories): | ||||
|         print("{}: Time Elapsed: {}. Getting URL for date {}:".format(i, memory["Date"], datetime.datetime.now() - st), end=" ") | ||||
|         print("{}: Time Elapsed: {}. Getting URL for date {}:".format(i, datetime.datetime.now() - st), memory["Date"], end=" ") | ||||
|         try: | ||||
|             link = requests.post(memory["Download Link"]).text | ||||
|             print("Success") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user