1TSnakers commited on
Commit
41cca7d
·
verified ·
1 Parent(s): e3bca2d

never using copy and paste

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def is_api_up():
7
 
8
  r = requests.get(f"{HOST}/ping")
9
 
10
- return r.status_code == 200:
11
 
12
  if st.button("make list"):
13
  if !is_api_up():
 
7
 
8
  r = requests.get(f"{HOST}/ping")
9
 
10
+ return r.status_code == 200
11
 
12
  if st.button("make list"):
13
  if !is_api_up():