Skip to content

Commit 9609350

Browse files
authored
Update patched.py
1 parent 39138f6 commit 9609350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/common/client/patched.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def init_poolmanager(self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool
7272

7373
class PatchedClient(click.ParamType):
7474
TOKEN_URL = "https://app.patched.codes/signin"
75-
DEFAULT_PATCH_URL = "http://localhost:8080"
75+
DEFAULT_PATCH_URL = "https://patchwork.patched.codes"
7676
ALLOWED_TELEMETRY_KEYS = {
7777
"model",
7878
}

0 commit comments

Comments
 (0)