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,6 +95,7 @@ class BeaconSeries:
new_series.description = description new_series.description = description
new_series.series_url = url new_series.series_url = url
if auto_fetch:
new_series.fetch(auth) new_series.fetch(auth)
except: except: