diff options
-rw-r--r-- | game/update.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/update.rpy b/game/update.rpy index b2dbc68..7b9f555 100644 --- a/game/update.rpy +++ b/game/update.rpy @@ -113,7 +113,7 @@ init python: # This block is 1~60% # But first we check for updates if persistent.host is not None: - stdout("Fetching data from %s" % persistent.host, True) + stdout("Fetching data from %s\n" % persistent.host, True) retry=3 while retry > 0: try: |