From 74dffe02144db72362f0573144d5237ea5693d90 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Tue, 19 Dec 2023 00:40:53 +0530 Subject: [PATCH] minor changes --- .github/workflows/aoc.yml | 2 +- .github/workflows/collection-thread-updater.yml | 2 +- community-threads-grabber/main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aoc.yml b/.github/workflows/aoc.yml index bbc5180..7f871f1 100644 --- a/.github/workflows/aoc.yml +++ b/.github/workflows/aoc.yml @@ -23,7 +23,7 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Change Titles + - name: Update Learderboard env: REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }} REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }} diff --git a/.github/workflows/collection-thread-updater.yml b/.github/workflows/collection-thread-updater.yml index 175f297..3cb9bd8 100644 --- a/.github/workflows/collection-thread-updater.yml +++ b/.github/workflows/collection-thread-updater.yml @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - - name: Change Titles + - name: Update Wiki env: REDDIT_CLIENT_ID: ${{ secrets.REDDIT_CLIENT_ID }} REDDIT_CLIENT_SECRET: ${{ secrets.REDDIT_CLIENT_SECRET }} diff --git a/community-threads-grabber/main.py b/community-threads-grabber/main.py index 8eb97b6..dab0046 100644 --- a/community-threads-grabber/main.py +++ b/community-threads-grabber/main.py @@ -137,7 +137,7 @@ def main(): print("Internal database updated successfully!") update_wiki(reddit, "community-threads", posts) else: - print("Collection Saved data is up to date!") + print("Wiki is up to date!") if __name__ == "__main__":