alptangall commited on
Commit
3026563
·
verified ·
1 Parent(s): 35f79d8

Update main1.py

Browse files
Files changed (1) hide show
  1. main1.py +1 -1
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:7860')
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')