summaryrefslogtreecommitdiff
path: root/game/misc.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-08 00:00:46 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-08 00:00:46 -0300
commitce0766266e19e6a2847ef7d14ba1736db182689a (patch)
tree8f56df45397f487988ecb78f890da641ce520109 /game/misc.rpy
parent10f79752c0446ce5939eb12260f65343846a567d (diff)
downloadclient-ce0766266e19e6a2847ef7d14ba1736db182689a.tar.gz
client-ce0766266e19e6a2847ef7d14ba1736db182689a.tar.bz2
client-ce0766266e19e6a2847ef7d14ba1736db182689a.tar.xz
client-ce0766266e19e6a2847ef7d14ba1736db182689a.zip
Bump protocol versionv2.1.8.8
Diffstat (limited to 'game/misc.rpy')
-rw-r--r--game/misc.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 78bd6c3..b67a757 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -393,6 +393,7 @@ init python:
def dall_fetch():
global pat, statusmsg, progress, max_value, status
try:
+ statusmsg = "Fetching assets..."
print("Fetching http://%s/assets%s ..." % (persistent.host, pat))
r = requests.get("http://%s/assets%s" % (persistent.host, pat), verify=False, stream=True)
if r.status_code / 100 != 2: