Skip to content

Commit

Permalink
feat: Update host-bot workflow to use log file instead of console log…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
Simatwa committed Nov 12, 2024
1 parent 3f982ea commit 86c9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pip install -r requirements.txt
- name: Running bot
run: |
python3 -m pytgpt_bot run --admin-id=${{ secrets.ADMIN_ID }} --voice=Brian --loglevel=50 --test-g4f ${{ secrets.BOT_TOKEN }}
python3 -m pytgpt_bot run --admin-id=${{ secrets.ADMIN_ID }} --voice=Brian --loglevel=50 --logfile=pytgpt-bot.log --test-g4f ${{ secrets.BOT_TOKEN }}

0 comments on commit 86c9a86

Please # to comment.