Update enum.py
This commit is contained in:
parent
290aa7b335
commit
5e3ce973f1
|
@ -93,3 +93,8 @@ class ControlPostfixEnm(str, MyEnum):
|
||||||
REPORT_INCORRECT_RECAPTCHA = "reportIncorrectRecaptcha"
|
REPORT_INCORRECT_RECAPTCHA = "reportIncorrectRecaptcha"
|
||||||
REPORT_CORRECT_RECAPTCHA = "reportCorrectRecaptcha"
|
REPORT_CORRECT_RECAPTCHA = "reportCorrectRecaptcha"
|
||||||
REPORT_INCORRECT_HCAPTCHA = "reportIncorrectHcaptcha"
|
REPORT_INCORRECT_HCAPTCHA = "reportIncorrectHcaptcha"
|
||||||
|
|
||||||
|
|
||||||
|
class SaveFormatsEnm(str, MyEnum):
|
||||||
|
TEMP = "temp"
|
||||||
|
CONST = "const"
|
||||||
|
|
Loading…
Reference in New Issue