Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
fix a little error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicko authored and Sicko committed Feb 25, 2022
1 parent 7a3424b commit 62a78e3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
63 changes: 34 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions video.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from upload import upload_video

class YtbToolMan:
def __init__(self):
self.url_list = {}

url_list = {1,2,3}

@classmethod
async def create(self):
Expand Down

0 comments on commit 62a78e3

Please sign in to comment.