Skip to content

Commit

Permalink
opt for uid
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Necro-X committed Oct 1, 2021
1 parent 32a6f3d commit da1af11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def update(path):
print('If the changes to folder icons are not visible, restart the system.')

def sync(path):
uid = 599228
uid = int(input('Enter user-id: '))
response = anilist('LISTS', {'uid': uid, 'type': 'ANIME'})
if not response:
print('User not found!')
Expand Down

0 comments on commit da1af11

Please sign in to comment.