Fix resolusion.
This commit is contained in:
parent
e28358b653
commit
4840bc0902
@ -101,7 +101,7 @@ class SyncBot(Tox):
|
|||||||
if exists('data'):
|
if exists('data'):
|
||||||
self.load_from_file('data')
|
self.load_from_file('data')
|
||||||
|
|
||||||
self.av = AV(self, 480, 320)
|
self.av = AV(self, 640, 480)
|
||||||
self.connect()
|
self.connect()
|
||||||
self.set_name("SyncBot")
|
self.set_name("SyncBot")
|
||||||
self.set_status_message("Send me a message with the word 'invite'")
|
self.set_status_message("Send me a message with the word 'invite'")
|
||||||
|
Loading…
Reference in New Issue
Block a user