merge-requests/6/head
Bob Mottram 2020-01-12 20:39:57 +00:00
parent af61e15fc1
commit a85072c5a0
1 changed files with 1 additions and 0 deletions

View File

@ -3715,6 +3715,7 @@ class PubServer(BaseHTTPRequestHandler):
fields['schedulePost']=False
if fields['schedulePost']=='on':
fields['schedulePost']=True
print('DEBUG: shedulePost '+str(fields['schedulePost']))
if not fields.get('eventDate'):
fields['eventDate']=None
if not fields.get('eventTime'):