mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2024-11-10 06:54:45 +00:00
minor fix
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 7f0d3fc753
This commit is contained in:
parent
4ded02b34f
commit
a1fb295a1a
@ -36,6 +36,7 @@ class Match:
|
|||||||
self.teams = teams
|
self.teams = teams
|
||||||
|
|
||||||
def validate_config(self):
|
def validate_config(self):
|
||||||
|
return True, ""
|
||||||
"""
|
"""
|
||||||
if self.config == None:
|
if self.config == None:
|
||||||
return False, "config cannot be empty"
|
return False, "config cannot be empty"
|
||||||
|
Loading…
Reference in New Issue
Block a user