Made a small fix for now to make unittest succeed.

This commit is contained in:
Griatch 2016-04-15 00:39:14 +02:00
parent 79f5a4a93a
commit 609c784b14

View file

@ -446,7 +446,7 @@ class CmdOption(MuxPlayerCommand):
row.append("%s%s" % (saved, changed))
table.add_row(*row)
self.msg("|wClient settings (%s):|n\n%s|n" % (self.session.protocol_key, table))
self.msg("{wClient settings (%s):|n\n%s|n" % (self.session.protocol_key, table))
return