Update README.md

This commit is contained in:
EstrellaXD
2023-05-03 11:16:00 +08:00
parent 4043763525
commit 95ae30cbb1
2 changed files with 15 additions and 23 deletions

View File

@@ -1,9 +0,0 @@
from module.core.api_func import FullSeasonGet
from module.models import Config
def test_full_season_get():
settings = Config()
fsg = FullSeasonGet(settings)
fsg.get_season_torrents()