Reduce sleep when quering status

This commit is contained in:
belono 2023-07-22 10:39:03 +02:00
parent e9e8b10582
commit 90b887faa7

View File

@ -1174,7 +1174,7 @@ class Escpos(object):
:rtype: array(integer)
"""
self._raw(mode)
time.sleep(1)
time.sleep(0.1)
status = self._read()
return status