1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Complete rework of time descriptors, Part II

This commit is contained in:
Krateng
2019-04-10 15:45:50 +02:00
parent 652bc7eb94
commit e3a6201b4b
11 changed files with 320 additions and 182 deletions

View File

@@ -26,7 +26,7 @@ def instructions(keys):
else:
imgurl = ""
limitstring += " " + range_desc(**timekeys)
limitstring += " " + timekeys["timerange"].desc(prefix=True)
pushresources = [{"file":imgurl,"type":"image"}] if imgurl.startswith("/") else []