Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Sep 13, 2024
1 parent daceb7e commit 5998aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde/apis/v2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ def post(self):
# logger.warning(datetime.utcnow())
while len(self.prioritized_wp) > 0:
for wp in self.prioritized_wp:
logger.debug(wp)
check_gen = self.worker.can_generate(wp)
if not check_gen[0]:
skipped_reason = check_gen[1]
Expand Down

0 comments on commit 5998aaa

Please sign in to comment.