Skip to content

Commit

Permalink
Update constant to 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jan 3, 2024
1 parent 5eb6905 commit d1150c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_tmpdir():
return Path(tempfile.gettempdir())


def create_and_get_week_dir(week: str = "23-weeks") -> Path:
def create_and_get_week_dir(week: str = "24-weeks") -> Path:
username = os.environ["github_username"]
repo = os.environ["github_repo"]
ref = os.environ["github_ref"]
Expand Down
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ telegram_owner_id: YOURTOKEN
github_username: YOUR_USERNAME
github_repo: YOUR_REPONAME
# Branch or tag
github_ref: "master"
# Valid until 2025/01/03
github_ref: "master" # Branch or tag
github_pat: YOUR_PERSONAL_ACCESS_TOKEN
Expand Down

0 comments on commit d1150c3

Please sign in to comment.