Skip to content

Commit 4dc77be

Browse files
author
Jonny Johannes
committed
print for debug
1 parent ca83d5f commit 4dc77be

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
APP_ENV: dev
6161
run: |
6262
#In order to create posts on the test accounts remove the --debugposters debug flag
63-
python ./main.py --debugsources --debugposters
63+
python ./main.py --debugposters
6464
6565
- name: Upload database artifact
6666
uses: actions/upload-artifact@v7

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def run(sources, posters):
6767
for source in sources:
6868
try:
6969
pets.extend(list(source.fetch_pets()))
70+
print(pets)
7071
except ValueError as exc:
7172
raise SystemExit(str(exc)) from exc
7273

0 commit comments

Comments
 (0)