Commit f18663cb authored by TheTechRobo's avatar TheTechRobo
Browse files

FIx bug AGAIAN

parent a0659e88
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -190,8 +190,7 @@ class Playboard(YouTubeService):
        elif code == 404:
            archived = False
        else:
            error = f"bad status code {code}"
            archived = False
            raise AssertionError(f"bad status code {code}")
        return cls(
                archived=archived, capcount=1 if archived else 0,
                lastupdated=lastupdated, name=cls.getName(), note="",