Spaces:
Running
Running
alptangall
commited on
Update main1.py
Browse files
main1.py
CHANGED
@@ -54,7 +54,7 @@ BASE_URL='https://bot-py-8t7nnjtaylrcjeqj8tevuh.streamlit.app/'
|
|
54 |
async def on_ready():
|
55 |
global INFO,RESULT
|
56 |
try:
|
57 |
-
req=requests.get('http://localhost:
|
58 |
print(req.status_code)
|
59 |
print('Client closed')
|
60 |
sys.exit('Exited')
|
|
|
54 |
async def on_ready():
|
55 |
global INFO,RESULT
|
56 |
try:
|
57 |
+
req=requests.get('http://localhost:8888')
|
58 |
print(req.status_code)
|
59 |
print('Client closed')
|
60 |
sys.exit('Exited')
|