Added a service that can get all current tournaments list
This commit is contained in:
parent
e6023e0687
commit
3d0bd47079
26 changed files with 4305 additions and 204 deletions
|
@ -143,4 +143,4 @@ def get_action() -> Action:
|
|||
Get the action to perform from an environment variable
|
||||
:return: the action to perform
|
||||
"""
|
||||
return Action(os.environ.get("ACTION"))
|
||||
return Action(os.environ.get("ACTION").lower())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue