RomZay commited on
Commit
6da6133
·
verified ·
1 Parent(s): 5af0503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def render_avatars(userid):
19
  }
20
  )
21
 
22
- if response.status_code === 200:
23
  response_json = response.json()
24
  return response_json["avatar"]["link"]
25
  except Exception as e:
 
19
  }
20
  )
21
 
22
+ if response.status_code == 200:
23
  response_json = response.json()
24
  return response_json["avatar"]["link"]
25
  except Exception as e: