Duration in days

main2
Bob Mottram 2019-11-02 10:44:36 +00:00
parent 00ba237ab9
commit a5a792762f
1 changed files with 1 additions and 1 deletions

View File

@ -2701,7 +2701,7 @@ class PubServer(BaseHTTPRequestHandler):
fields['itemType'], \ fields['itemType'], \
fields['category'], \ fields['category'], \
fields['location'], \ fields['location'], \
fields['duration'], fields['duration']+' days',
self.server.debug) self.server.debug)
if filename: if filename:
if os.path.isfile(filename): if os.path.isfile(filename):