mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
af61e15fc1
commit
a85072c5a0
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue