Rename verification level to extreme due to demand.

This commit is contained in:
Rapptz
2017-05-27 22:19:31 -04:00
parent ee3c77353f
commit 83f86f902a
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ class VerificationLevel(Enum):
medium = 2
high = 3
table_flip = 3
highest = 4
extreme = 4
double_table_flip = 4
def __str__(self):