added python script
This commit is contained in:
parent
46c75005c7
commit
bee87531e2
2 changed files with 5 additions and 1 deletions
4
src/app.py
Normal file
4
src/app.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import requests
|
||||
|
||||
response = requests.get("https://git.gjkoolen.com")
|
||||
print(response.status_code)
|
||||
Loading…
Add table
Add a link
Reference in a new issue