mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-07 23:51:36 +01:00
Lol
This commit is contained in:
8
constants.py
Normal file
8
constants.py
Normal file
@@ -0,0 +1,8 @@
|
||||
POSITIONS_NAMES = ["Top", "Jungle", "Mid", "Bottom", "Support" ]
|
||||
DATABASE_PRIO_NAMES = ["prioTop", "prioJungle", "prioMid", "prioBot", "prioSupport" ]
|
||||
TYPE_JSON = 'application/json'
|
||||
|
||||
HTTP_OK = 200
|
||||
|
||||
def VALID_INDEX(index):
|
||||
return index == 0 or index == 1
|
||||
Reference in New Issue
Block a user