Skip to content

Commit 5ffcacd

Browse files
committed
fix: start client queue thread (fixes #10)
1 parent a232b68 commit 5ffcacd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aw_watcher_input/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def main(testing: bool):
1717
logging.basicConfig(level=logging.INFO)
1818
logger.info("Starting watcher...")
1919
client = aw_client.ActivityWatchClient("aw-watcher-input", testing=testing)
20+
client.connect()
2021

2122
# Create bucjet
2223
bucket_name = "{}_{}".format(client.client_name, client.client_hostname)

0 commit comments

Comments
 (0)