summaryrefslogtreecommitdiff
path: root/game/04_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-26 15:53:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-26 15:53:35 -0300
commit6bbea157196786727763f7220ce082d4d89fb0dc (patch)
tree803786033f8c899de24e4a40f6ce19b3a6139cbf /game/04_init.rpy
parentc4c487b780cf718b39dc710aed427ec1e99bd74d (diff)
downloadclient-6bbea157196786727763f7220ce082d4d89fb0dc.tar.gz
client-6bbea157196786727763f7220ce082d4d89fb0dc.tar.bz2
client-6bbea157196786727763f7220ce082d4d89fb0dc.tar.xz
client-6bbea157196786727763f7220ce082d4d89fb0dc.zip
Just wanted to remember that there is NO WAY to know if this will run in Py3
Diffstat (limited to 'game/04_init.rpy')
-rw-r--r--game/04_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/04_init.rpy b/game/04_init.rpy
index a8e7545..1b96c0d 100644
--- a/game/04_init.rpy
+++ b/game/04_init.rpy
@@ -109,7 +109,7 @@ init python:
# FIXME This is also onerror
def closed(self, code, reason=None):
- print "Closed down", code, reason
+ print("Closed down", code, reason)
if reason is None:
reason="Connection died"
if reason != "Quit":