mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-14 12:26:54 +00:00
content auto fetch hooked up
This commit is contained in:
@@ -95,7 +95,8 @@ class BeaconSeries:
|
|||||||
new_series.description = description
|
new_series.description = description
|
||||||
new_series.series_url = url
|
new_series.series_url = url
|
||||||
|
|
||||||
new_series.fetch(auth)
|
if auto_fetch:
|
||||||
|
new_series.fetch(auth)
|
||||||
|
|
||||||
except:
|
except:
|
||||||
logging.warn(f"Unable to create series \"{series_id}\".")
|
logging.warn(f"Unable to create series \"{series_id}\".")
|
||||||
|
|||||||
Reference in New Issue
Block a user