Ameba: Fix Lint/UselessAssign

This commit is contained in:
syeopite
2024-07-17 12:39:40 -07:00
parent bad92093bf
commit fad0a4f52d
9 changed files with 7 additions and 13 deletions

View File

@@ -232,7 +232,7 @@ def fetch_channel(ucid, pull_all_videos : Bool)
id: video_id,
title: title,
published: published,
updated: Time.utc,
updated: updated,
ucid: ucid,
author: author,
length_seconds: length_seconds,