Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by countWords ( 5 years ago )
for i in range(1, len(sys.argv)):
arg = sys.argv[i]
if '--port=' in arg:
PORT = int(arg.replace('--port=', ''))
elif '--action=' in arg:
ACTION = str(arg.replace('--action=',''))
Revise this Paste