summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-31 00:52:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-31 00:52:31 -0300
commit30a4425e1c02d852092e3127ea77acb5209171ce (patch)
tree0050b01214c43d288e071729ebe01dbfaebb84ac /battle
parent78edc39fbaba7809edbed7564af7167cd0fcaf5d (diff)
downloadserver-30a4425e1c02d852092e3127ea77acb5209171ce.tar.gz
server-30a4425e1c02d852092e3127ea77acb5209171ce.tar.bz2
server-30a4425e1c02d852092e3127ea77acb5209171ce.tar.xz
server-30a4425e1c02d852092e3127ea77acb5209171ce.zip
Actually, log this sort of error.
Diffstat (limited to 'battle')
-rw-r--r--battle/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/main.py b/battle/main.py
index fb73487..f93b715 100644
--- a/battle/main.py
+++ b/battle/main.py
@@ -223,7 +223,7 @@ def begin_quest(args, token, client_side=True):
raise Exception("Quest not found")
stdout("All fine thus far")
except:
- traceback.print_exc()
+ stdout(traceback.format_exc())
# Invalid data
return ERR_BAD