Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

/event/slots/upload throws 500 on wrong time format - ValueError: too many values to unpack #59

@printminion

Description

@printminion

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions