Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
fix userNotFound
Browse files Browse the repository at this point in the history
  • Loading branch information
Walmann committed Jun 29, 2023
1 parent 8d94dae commit cf6af77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapchat_dlp/snapchat_dlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def download(self, username):

except KeyboardInterrupt:
executor.shutdown(wait=False)
executor.shutdown(wait=True)
executor.shutdown(wait=True)
logger.info(
"[✔] {}'s stories downloaded, downloaded {} this session, {} already existed".format(
username, story_download_count, len(stories) - story_download_count
Expand Down

0 comments on commit cf6af77

Please sign in to comment.