Unified model loading with backwards compatibility (#132)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8996c5c6cf
commit
c3d961fb03
10 changed files with 65 additions and 50 deletions
|
|
@ -124,7 +124,7 @@ def smart_request(*args, retry=3, timeout=30, thread=True, code=-1, method="post
|
|||
return func(*args, **kwargs)
|
||||
|
||||
|
||||
def sync_analytics(cfg, all_keys=False, enabled=True):
|
||||
def sync_analytics(cfg, all_keys=False, enabled=False):
|
||||
"""
|
||||
Sync analytics data if enabled in the global settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue