Forgot to import os..
This commit is contained in:
parent
9997eb399e
commit
9316f91283
1
HTTPy.py
1
HTTPy.py
@ -1,6 +1,7 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
import re # YAY REVERSE ENGINEER... wait its just regex
|
import re # YAY REVERSE ENGINEER... wait its just regex
|
||||||
import readline
|
import readline
|
||||||
|
import os
|
||||||
#Made this work with linux magic, test
|
#Made this work with linux magic, test
|
||||||
|
|
||||||
#Define Colours
|
#Define Colours
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user