remove dupe line

This commit is contained in:
Sarah 2022-06-27 21:18:52 +01:00
parent 0cf7f8dd3d
commit a702fa2612
1 changed files with 0 additions and 2 deletions

View File

@ -89,5 +89,3 @@ if __name__ == '__main__':
token = json.load(json_file) token = json.load(json_file)
update_wiki(token['token_id'], token['token_secret'], not args.do_not_update_csv, args.pages) update_wiki(token['token_id'], token['token_secret'], not args.do_not_update_csv, args.pages)
update_wiki(args.token_id, args.token_secret, args.update_csv, args.pages)