Skip to content

Commit addcc65

Browse files
committed
Commit
1 parent 8df102b commit addcc65

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

website-ts/scripts/nfl-scraper/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const DEFAULT_CATEGORY_LIMIT = 15
8282

8383
// Archive settings
8484
export const OLD_ARTICLES_DIR = './Old Article Markdowns'
85-
export const ARCHIVE_AGE_DAYS = 14
85+
export const ARCHIVE_AGE_DAYS = 3
8686

8787
// UnGenerated queue - articles that failed AI generation go here for manual processing
8888
export const UNGENERATED_DIR = './Articles/UnGenerated Articles'

website-ts/scripts/nfl-scraper/runAll.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ const __filename = fileURLToPath(import.meta.url)
3434
const __dirname = path.dirname(__filename)
3535
const WEBSITE_ROOT = path.resolve(__dirname, '../..')
3636
const repoName = process.env.GITHUB_REPOSITORY;
37-
const { getLatestRefreshToken } = await import('./chatgpt');
38-
const newRefreshToken = getLatestRefreshToken();
3937

4038
// Resolve paths relative to website root
4139
function resolvePath(relativePath: string): string {

0 commit comments

Comments
 (0)