removed debug stuff
This commit is contained in:
parent
08791e3b47
commit
f72dd90f88
3
main.py
3
main.py
@ -6,7 +6,8 @@ from inspect import isfunction
|
||||
import random
|
||||
import time
|
||||
import ast
|
||||
import readline
|
||||
if os.name != 'nt':
|
||||
import readline
|
||||
import threading
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ import os, sys
|
||||
|
||||
def netget(command: list):
|
||||
|
||||
print(command, len(command))
|
||||
#print(command, len(command))
|
||||
if len(command) != 2:
|
||||
print("comand requires [ url ] [ path ]")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user