From 820a3a955500f6908067115ba37c8dbe395a1a82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 21 Dec 2020 09:46:18 -0300 Subject: We no longer need Timer module imported. Add support for APREFRESH signal from server. --- game/01_init.rpy | 1 - 1 file changed, 1 deletion(-) (limited to 'game/01_init.rpy') diff --git a/game/01_init.rpy b/game/01_init.rpy index 58fe801..9912a28 100644 --- a/game/01_init.rpy +++ b/game/01_init.rpy @@ -22,7 +22,6 @@ init -3 python: renpy.add_python_directory("python-extra") import requests, zlib, base64, sys, copy, uuid, time, json, traceback import os.path - from threading import Timer from ws4py.client.threadedclient import WebSocketClient # set PYTHON_VERSION variable (should be 2713, 3605 could fail) -- cgit v1.2.3-70-g09d2