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 7937e9d commit 23dbdfbCopy full SHA for 23dbdfb
mergin/client.py
@@ -19,7 +19,7 @@
19
20
from typing import List
21
22
-from .common import ClientError, LoginError, WorkspaceRole, ProjectRole, LOG_FILE_SIZE_TO_SEND, MERGIN_DEFAULT_LOGS_URL
+from .common import ClientError, LoginError, WorkspaceRole, ProjectRole, MAX_LOG_FILE_SIZE_TO_SEND, MERGIN_DEFAULT_LOGS_URL
23
from .merginproject import MerginProject
24
from .client_pull import (
25
download_file_finalize,
0 commit comments