Compare commits

..

No commits in common. "1f57ba4c955b51f3ffe5700e59ad98979d08ca42" and "adbb2d532b9d9a1bdc48a195f98219bc8b8feb36" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -97,7 +97,6 @@ class Post:
class TagCategory(enum.IntEnum): class TagCategory(enum.IntEnum):
GENERAL = 0 GENERAL = 0
ARTIST = 1 ARTIST = 1
CONTRIBUTOR = 2
COPYRIGHT = 3 COPYRIGHT = 3
CHARACTER = 4 CHARACTER = 4
SPECIES = 5 SPECIES = 5
@ -109,7 +108,6 @@ class TagCategory(enum.IntEnum):
return { return {
self.GENERAL: "general", self.GENERAL: "general",
self.ARTIST: "artist", self.ARTIST: "artist",
self.CONTRIBUTOR: "contributor",
self.COPYRIGHT: "copyright", self.COPYRIGHT: "copyright",
self.CHARACTER: "character", self.CHARACTER: "character",
self.METADATA: "meta", self.METADATA: "meta",

View file

@ -1,3 +1,3 @@
aiohttp==3.9.1 aiohttp==3.9.1
aiosqlite==0.19.0 aiosqlite==0.19.0
Quart==0.19.9 Quart==0.19.4