Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ REPOSITORIES = [
|
|
30 |
"Neo23x0/signature-base",
|
31 |
"SlimKQL/Hunting-Queries-Detection-Rules"
|
32 |
]
|
33 |
-
DAYS_BACK =
|
34 |
|
35 |
# GitHub API base URL
|
36 |
GITHUB_API_URL = "https://api.github.com"
|
|
|
30 |
"Neo23x0/signature-base",
|
31 |
"SlimKQL/Hunting-Queries-Detection-Rules"
|
32 |
]
|
33 |
+
DAYS_BACK = 1
|
34 |
|
35 |
# GitHub API base URL
|
36 |
GITHUB_API_URL = "https://api.github.com"
|