Changed .nfl formatting
This commit is contained in:
parent
9f821cfb84
commit
f0a495161b
@ -141,7 +141,7 @@ class NFLLive(ModuleBase):
|
||||
)
|
||||
|
||||
def formatGameFuture(self, game):
|
||||
return "%s@%s" % (
|
||||
return "\x02%s\x02@\x02%s\x02" % (
|
||||
game["visitor"],
|
||||
game["home"]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user