Dalleon commited on
Commit
b8c2145
1 Parent(s): 6ad849d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ while True:
49
 
50
  try:
51
  # Make the GET request with headers
52
- response = requests.get(url, headers=headers, verify=False))
53
 
54
  # Check if the request was successful
55
  response.raise_for_status() # Raises an HTTPError for bad responses (4xx and 5xx)
 
49
 
50
  try:
51
  # Make the GET request with headers
52
+ response = requests.get(url, headers=headers, verify=False)
53
 
54
  # Check if the request was successful
55
  response.raise_for_status() # Raises an HTTPError for bad responses (4xx and 5xx)