Fix resolusion.

This commit is contained in:
AZ Huang 2014-04-10 05:12:11 +08:00
parent e28358b653
commit 4840bc0902
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class SyncBot(Tox):
if exists('data'):
self.load_from_file('data')
self.av = AV(self, 480, 320)
self.av = AV(self, 640, 480)
self.connect()
self.set_name("SyncBot")
self.set_status_message("Send me a message with the word 'invite'")