Last modified: 2014-11-17 12:26:02 UTC
It can be added throguh this way (needs some works): This is the code for core # if len(arg) == 5: # waitTime = int(pywikibot.input( # u'How many time do you want to wait before checking the ' # u'files?')) # elif len(arg) > 5: # waitTime = int(arg[6:])
Amir, is that all that is needed? Why were these lines commented out?
(In reply to John Mark Vandenberg from comment #1) > Amir, is that all that is needed? Why were these lines commented out? No, it isnt all that is needed. The problem is that the method wait() uses a few methods which havent been ported to core.