rajrakeshdr commited on
Commit
c7eac83
·
verified ·
1 Parent(s): 08f99ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ REPOSITORIES = [
30
  "Neo23x0/signature-base",
31
  "SlimKQL/Hunting-Queries-Detection-Rules"
32
  ]
33
- DAYS_BACK = 7
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"