Update server.py

This commit is contained in:
Nova Cat 2025-01-11 00:30:04 -08:00
parent b2fba72a12
commit 4278a59516

View file

@ -62,7 +62,6 @@ with open(sys.argv[1], 'r') as file:
sys.exit(1)
file.close()
print("Successfully loaded config!")
=
for mod in modules:
i = mod
if not os.path.isabs(i):