Skip to content

Commit

Permalink
Default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bskjon committed Oct 9, 2024
1 parent 27ae83e commit 1aebf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DynamicVirshService/DynamicVirshService.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DynamicVirshService:
mqtt_brooker_port: int

mqttClient: mqtt.Client
virshClient: VirshClient
virshClient: VirshClient | None = None
mqtt_thread_stopFlag = threading.Event()
mqtt_thread: Thread

Expand Down

0 comments on commit 1aebf38

Please sign in to comment.