Add interactive CLI
This commit is contained in:
parent
4eb01b47dd
commit
927f2d568c
5 changed files with 122 additions and 1 deletions
2
main.py
2
main.py
|
@ -101,7 +101,7 @@ def get_games():
|
|||
continue
|
||||
elif int(points) - int(game_cost) > 0:
|
||||
entry_gift(item.find('a', {'class': 'giveaway__heading__name'})['href'].split('/')[2])
|
||||
|
||||
|
||||
n = n+1
|
||||
except AttributeError:
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue