We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d9d68 commit 880a73cCopy full SHA for 880a73c
interactions/client.py
@@ -84,7 +84,7 @@ def __init__(
84
_token = token # noqa: F841
85
_cache = self.http.cache # noqa: F841
86
87
- if disable_sync: # you don't need to change this. this is already correct.
+ if disable_sync:
88
self.automate_sync = False
89
log.warning(
90
"Automatic synchronization has been disabled. Interactions may need to be manually synchronized."
0 commit comments