We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a232b68 commit 5ffcacdCopy full SHA for 5ffcacd
src/aw_watcher_input/main.py
@@ -17,6 +17,7 @@ def main(testing: bool):
17
logging.basicConfig(level=logging.INFO)
18
logger.info("Starting watcher...")
19
client = aw_client.ActivityWatchClient("aw-watcher-input", testing=testing)
20
+ client.connect()
21
22
# Create bucjet
23
bucket_name = "{}_{}".format(client.client_name, client.client_hostname)
0 commit comments