summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 01:45:43 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 01:45:43 -0300
commit6966b0d86534654c010b32745c79d4fa02822fea (patch)
tree99fc3265305b6db5fb3fc302ddbb2c30b5fcf579 /game/01_init.rpy
parentfea0397c7aa82d28d2609882108efa72115e3c61 (diff)
downloadclient-6966b0d86534654c010b32745c79d4fa02822fea.tar.gz
client-6966b0d86534654c010b32745c79d4fa02822fea.tar.bz2
client-6966b0d86534654c010b32745c79d4fa02822fea.tar.xz
client-6966b0d86534654c010b32745c79d4fa02822fea.zip
Import Timer (might need edits).
Restore spinner
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index ae80f11..ea71f99 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -21,6 +21,7 @@
init -3 python:
renpy.add_python_directory("python-extra")
import requests, zlib, base64, sys, copy, uuid, time, json, traceback
+ from threading import Timer
from ws4py.client.threadedclient import WebSocketClient
# set PYTHON_VERSION variable (should be 2713, 3605 could fail)