remove dupe line
This commit is contained in:
parent
0cf7f8dd3d
commit
a702fa2612
|
@ -89,5 +89,3 @@ if __name__ == '__main__':
|
|||
token = json.load(json_file)
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in New Issue