You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Line 102 expects proper time format "NN:NN" if user puts something like "NN:NN:NN" form submission end wit the error 500
File "/home/cr/develop/appengine/devfest-site/devfest-site/pages/SlotsPages.py", line 102, in show_post
(hour,min) = self.request.get(prefix + 'start').split(':')
ValueError: too many values to unpack