Skip to content

Commit e63b568

Browse files
committed
Update load check
1 parent 820729b commit e63b568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/load-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Run script loadcheck.py
3131
run: |
32-
poetry run python .github/workflows/scripts/loadcheck.py
32+
uv run python .github/workflows/scripts/loadcheck.py
3333
env:
3434
TOKEN: ${{ secrets.DISCORD_TEST_BOT }}
3535
CONNECTION_URI: ${{ secrets.CONNECTION_URI }}

.github/workflows/scripts/loadcheck.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
file = open("modmail.log", "w")
1616
proc = subprocess.Popen(
17-
"uv run python bot.py",
17+
"uv run bot.py",
1818
stdout=file,
1919
stderr=subprocess.STDOUT,
2020
shell=True,

0 commit comments

Comments
 (0)