Spaces:
Sleeping
Sleeping
hf-actions commited on
Commit ·
44c4a8a
1
Parent(s): afb566d
fix: remove stray else causing syntax error in app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,6 @@ if __name__ == "__main__":
|
|
| 166 |
ok = False
|
| 167 |
# skip further FB checks when DNS is not available
|
| 168 |
return ok
|
| 169 |
-
else:
|
| 170 |
# Try to inspect the token using the Graph API debug_token endpoint when possible
|
| 171 |
# This provides detailed info (is_valid, expires_at, type) when app credentials are available
|
| 172 |
fb_app_id = os.getenv("FB_APP_ID")
|
|
|
|
| 166 |
ok = False
|
| 167 |
# skip further FB checks when DNS is not available
|
| 168 |
return ok
|
|
|
|
| 169 |
# Try to inspect the token using the Graph API debug_token endpoint when possible
|
| 170 |
# This provides detailed info (is_valid, expires_at, type) when app credentials are available
|
| 171 |
fb_app_id = os.getenv("FB_APP_ID")
|