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