content auto fetch hooked up

This commit is contained in:
retrozelda
2025-02-08 22:40:32 -05:00
parent 580cd556d1
commit 59af42faa8

View File

@@ -95,7 +95,8 @@ class BeaconSeries:
new_series.description = description
new_series.series_url = url
new_series.fetch(auth)
if auto_fetch:
new_series.fetch(auth)
except:
logging.warn(f"Unable to create series \"{series_id}\".")