Skip to content

Commit 41d2bfa

Browse files
committed
🩹 Fix base_url
1 parent 0ddfc02 commit 41d2bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repl_python_wakatime/backends/codestats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CodeStats(Hook):
3030

3131
service_name: str = "codestats"
3232
user_name: str = gethostname()
33-
url: str = "https://codestats.net/api/my/pulses"
33+
url: str = "https://codestats.net/api/my/pulses/"
3434
interval: int = 60 # interval at which stats are sent
3535
timeout: ClientTimeout | None = None
3636

0 commit comments

Comments
 (0)