removed debug stuff

This commit is contained in:
OusmBlueNinja 2023-08-26 21:02:07 -05:00
parent 08791e3b47
commit f72dd90f88
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ from inspect import isfunction
import random
import time
import ast
import readline
if os.name != 'nt':
import readline
import threading

View File

@ -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 ]")