]> git.cworth.org Git - turbot/commit
Refuse to create a new puzzle with the same URL as an existing puzzle
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 18:17:35 +0000 (10:17 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 18:39:15 +0000 (10:39 -0800)
commit5e9eac54ab60e977a067760f1dc44f1e23f3b311
tree79a07dadb21579cd984955ec2fda551e789429c2
parent00f6c963b93d717a415d53933784f20c963375f9
Refuse to create a new puzzle with the same URL as an existing puzzle

Just a simple safety check when multiple people might be creating the
same puzzle at roughly the same time.

And one less item left on the TODO list.
TODO
turbot/interaction.py
turbot/puzzle.py [new file with mode: 0644]