disable loop

This commit is contained in:
robert 2024-01-31 23:39:30 +00:00
parent 2ba9f2798b
commit f9ca820cb3
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def run():
epd2in13b_V3.epdconfig.module_exit()
exit()
client.loop_forever()
#client.loop_forever()
if __name__ == '__main__':