Skip to content

Commit

Permalink
bugfix, timestampTrade.py set a default config value
Browse files Browse the repository at this point in the history
Bugfix, set a default value for the config option as it does not exist in the plugin config until the value has been set.
  • Loading branch information
Tweeticoats authored Jan 12, 2024
1 parent 27e2fac commit 1accf6e
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 1accf6e

Please sign in to comment.