summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 00:46:14 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 00:46:14 -0300
commit7762e4ff31f3ecdedbf189a4b5787f8632823792 (patch)
tree14ad3a72120bd2d79b19596f950209bf73c49f2d /game/01_init.rpy
parenta272b806dae3613a400d65ef8faf84aa19449d9a (diff)
downloadclient-7762e4ff31f3ecdedbf189a4b5787f8632823792.tar.gz
client-7762e4ff31f3ecdedbf189a4b5787f8632823792.tar.bz2
client-7762e4ff31f3ecdedbf189a4b5787f8632823792.tar.xz
client-7762e4ff31f3ecdedbf189a4b5787f8632823792.zip
Start printing tracebacks, and save what decoder received as well
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 226c5d1..ae80f11 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -20,7 +20,7 @@
init -3 python:
renpy.add_python_directory("python-extra")
- import requests, zlib, base64, sys, copy, uuid, time, json
+ import requests, zlib, base64, sys, copy, uuid, time, json, traceback
from ws4py.client.threadedclient import WebSocketClient
# set PYTHON_VERSION variable (should be 2713, 3605 could fail)