mirror of
https://github.com/Iron-Row/claim_itch.git
synced 2026-03-11 08:54:39 +00:00
Merge commit '5acdb1391785a394fae4e515d0ca499b53fb585a'
This commit is contained in:
commit
16589da82c
1 changed files with 1 additions and 0 deletions
|
|
@ -538,6 +538,7 @@ def main():
|
|||
valid = history['urls'].difference(ignore)
|
||||
if len(valid) > 0:
|
||||
with create_driver(args.enable_images, args.mute) as driver:
|
||||
driver.get('https://itch.io/login')
|
||||
# manually log in
|
||||
input('A new Firefox window was opened. Log in to itch then click enter to continue')
|
||||
for i, url in enumerate(valid):
|
||||
|
|
|
|||
Loading…
Reference in a new issue