mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-01-02 12:41:22 +00:00
minor fix
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
d16fe61a79
commit
7f0d3fc753
@ -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