Increase buffer
This commit is contained in:
parent
b20e2845b5
commit
b2ad9369ac
2
main.py
2
main.py
|
@ -49,7 +49,7 @@ if __name__ == '__main__':
|
||||||
logging.info('==========================')
|
logging.info('==========================')
|
||||||
logging.info('Booting up...')
|
logging.info('Booting up...')
|
||||||
pygame.init()
|
pygame.init()
|
||||||
pygame.mixer.init()
|
pygame.mixer.init(buffer=1024)
|
||||||
|
|
||||||
client = EzvizClient(secrets.EZVIZ_EMAIL, secrets.EZVIZ_PASS, 'apiius.ezvizlife.com')
|
client = EzvizClient(secrets.EZVIZ_EMAIL, secrets.EZVIZ_PASS, 'apiius.ezvizlife.com')
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user