Changed .nfl formatting

This commit is contained in:
dave 2014-10-12 21:22:36 -07:00
parent 9f821cfb84
commit f0a495161b
1 changed files with 1 additions and 1 deletions

View File

@ -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"]
)