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 72c61c8 commit f665968Copy full SHA for f665968
logger/cli/__main__.py
@@ -1,4 +1,5 @@
1
import requests
2
+import pathlib
3
-r = requests.get("http://localhost:8081")
4
+r = requests.get("http://localhost:{".format(8081))
5
print(r.json())
0 commit comments