Skip to content

Commit

Permalink
added close message
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaiVdS committed Jan 30, 2021
1 parent eeb6d84 commit 27c5c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def main():
else:
print("You dont have any missing songs.")

input("Press enter and exit...")


def get_bookmarks(username: str, page=1):
url = f"https://bsaber.com/wp-json/bsaber-api/songs/?bookmarked_by={username}&page={page}&count=200"
Expand Down

0 comments on commit 27c5c4f

Please sign in to comment.