Fix generation from lkrz file
parent
8055d8af80
commit
809b999ab3
|
@ -123,7 +123,10 @@ def get_infos_from_file(
|
||||||
|
|
||||||
log.info("Loading data from '{}'".format(str(lkrz_file_path)))
|
log.info("Loading data from '{}'".format(str(lkrz_file_path)))
|
||||||
|
|
||||||
if s in lkrz:
|
top_players = {}
|
||||||
|
tournament = None
|
||||||
|
|
||||||
|
for s in lkrz:
|
||||||
section = lkrz[s]
|
section = lkrz[s]
|
||||||
if s == "Tournament":
|
if s == "Tournament":
|
||||||
tournament = smashgg.Tournament(
|
tournament = smashgg.Tournament(
|
||||||
|
|
Loading…
Reference in New Issue