Update server.py
This commit is contained in:
parent
b2fba72a12
commit
4278a59516
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ with open(sys.argv[1], 'r') as file:
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
file.close()
|
file.close()
|
||||||
print("Successfully loaded config!")
|
print("Successfully loaded config!")
|
||||||
=
|
|
||||||
for mod in modules:
|
for mod in modules:
|
||||||
i = mod
|
i = mod
|
||||||
if not os.path.isabs(i):
|
if not os.path.isabs(i):
|
||||||
|
|
Loading…
Add table
Reference in a new issue