Update server.py

This commit is contained in:
Nova Cat 2025-03-19 20:52:32 -07:00
parent 95699a707a
commit d83c3c6b19

View file

@ -124,7 +124,6 @@ with open(sys.argv[1], 'r') as file:
except:
print("Multi-server IRCat client needs a master to connect to.")
sys.exit(1)
try:
file.close()
print("Successfully loaded config!")
for mod in modules: