Update modules/pawserv.py
All checks were successful
/ check (push) Successful in 14s

This commit is contained in:
Nova Cat 2025-01-21 19:17:07 -08:00
parent da753090c7
commit a957dccafd

View file

@ -1,4 +1,5 @@
# Replacement for services bots.
import traceback
__ircat_type__ = "command"
__ircat_requires__ = []
__ircat_giveme__ = ["sql"] # Only command and allsocket have these.
@ -36,4 +37,5 @@ class command:
else:
return False
except:
print(traceback.format_exc())
return False