Fix twitterHandle loading from lkrz file
parent
bdfdc398de
commit
ab84b86568
|
@ -257,6 +257,7 @@ def main():
|
||||||
gamerTag = section["tag"],
|
gamerTag = section["tag"],
|
||||||
placement = section["placement"],
|
placement = section["placement"],
|
||||||
seeding = section["seeding"],
|
seeding = section["seeding"],
|
||||||
|
twitterHandle = section["twitter"],
|
||||||
chars = chars,
|
chars = chars,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue