Skip to content

Commit

Permalink
Merge pull request #219 from Tweeticoats/patch-1
Browse files Browse the repository at this point in the history
bugfix,  timestampTrade.py set a default config value
  • Loading branch information
Maista6969 authored Jan 12, 2024
2 parents 27e2fac + 1accf6e commit c3459a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/timestampTrade/timestampTrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ def getImages(gallery_id):
settings={
'createGalleryFromScene':True,
'createMovieFromScene':True,
'extraUrls':True,
}
if 'timestampTrade' in config:
settings.update(config['timestampTrade'])
Expand Down

0 comments on commit c3459a2

Please sign in to comment.