Skip to content

Commit

Permalink
Switch to fall 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
scratchyone committed Apr 28, 2024
1 parent f427897 commit 4590b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { chromium, devices } from 'playwright';
import assert from 'node:assert';
import totp from 'totp-generator';

const TERM = '202350';
const TERM = '202410';

function sleep(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
Expand Down

0 comments on commit 4590b8f

Please sign in to comment.