Skip to content
Snippets Groups Projects
Commit 92bba080 authored by Christoph Schymalla's avatar Christoph Schymalla
Browse files

Update Code/Scroll Bot/ScrollBot.py

parent b161f872
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,6 @@ def subscribeDisp(client: mqtt_client,topic,infos): ...@@ -102,7 +102,6 @@ def subscribeDisp(client: mqtt_client,topic,infos):
print(f"Received `{msg.payload.decode()}` from `{msg.topic}` topic") print(f"Received `{msg.payload.decode()}` from `{msg.topic}` topic")
if(nachricht=="blockIoTScroll"): if(nachricht=="blockIoTScroll"):
#die var Scollbelegt ist unten iummer nivh false warum????
infos.Scollbelegt=True infos.Scollbelegt=True
con="connected" con="connected"
...@@ -259,4 +258,4 @@ if __name__ == '__main__': ...@@ -259,4 +258,4 @@ if __name__ == '__main__':
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment