mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
change: Debugmessage
This commit is contained in:
@@ -572,7 +572,9 @@ class RevPiSlaveDev(Thread):
|
|||||||
|
|
||||||
if netcmd == b'PICT':
|
if netcmd == b'PICT':
|
||||||
# piCtory Konfiguration senden
|
# piCtory Konfiguration senden
|
||||||
proginit.logger.debug("transfair pictory configuration")
|
proginit.logger.debug(
|
||||||
|
"transfair pictory configuration: {}".format(configrsc)
|
||||||
|
)
|
||||||
fh_pic = open(configrsc, "rb")
|
fh_pic = open(configrsc, "rb")
|
||||||
while True:
|
while True:
|
||||||
data = fh_pic.read(1024)
|
data = fh_pic.read(1024)
|
||||||
|
|||||||
Reference in New Issue
Block a user