Skip to content

Commit

Permalink
Merge pull request #234 from Tweeticoats/patch-2
Browse files Browse the repository at this point in the history
Update stashdb-performer-gallery.py
  • Loading branch information
Maista6969 authored Jan 25, 2024
2 parents b369520 + 14c24cf commit 6e04ff2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def processPerformers():
def processPerformer( performer):
dir=Path(settings['path']) / performer['id']
dir.mkdir(parents=True, exist_ok=True)
nogallery=dir / '.nogallery'
nogallery.touch()
for sid in performer['stash_ids']:
log.debug(sid)
processPerformerStashid(sid['endpoint'],sid['stash_id'],performer)
Expand Down

0 comments on commit 6e04ff2

Please sign in to comment.