summaryrefslogtreecommitdiff
path: root/game/misc.rpy
diff options
context:
space:
mode:
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: