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 39138f6 commit 9609350Copy full SHA for 9609350
patchwork/common/client/patched.py
@@ -72,7 +72,7 @@ def init_poolmanager(self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool
72
73
class PatchedClient(click.ParamType):
74
TOKEN_URL = "https://app.patched.codes/signin"
75
- DEFAULT_PATCH_URL = "http://localhost:8080"
+ DEFAULT_PATCH_URL = "https://patchwork.patched.codes"
76
ALLOWED_TELEMETRY_KEYS = {
77
"model",
78
}
0 commit comments