Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
awlx committed Sep 18, 2023
1 parent 1e91cfb commit 714aa36
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wgkex/worker/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
import re
from typing import Optional, Dict, Any, Union
from wgkex.common import logger
import queue


q = queue.Queue()
from wgkex.worker.msg_queue import q

def fetch_from_config(var: str) -> Optional[Union[Dict[str, str], str]]:
"""Fetches values from configuration file.
Expand Down

0 comments on commit 714aa36

Please sign in to comment.