Skip to content

Commit 69c6ade

Browse files
committed
A questionable python code change
1 parent 72c61c8 commit 69c6ade

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

logger/cli/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import requests
2+
import pathlib
23

3-
r = requests.get("http://localhost:8081")
4+
r = requests.get("http://localhost:{").format(8081)
45
print(r.json())

0 commit comments

Comments
 (0)