Merge pull request #121 from lfals/BF-01

Error Exit not defined
master
Dhruv Kanojia (Xonshiz) 2021-10-16 07:47:29 +05:30 committed by GitHub
commit d40f0ca11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import os
import subprocess
from glob import glob
from shutil import move
from sys import exit
class Crunchyroll(object):
def __init__(self, url, password, username, resolution, language, skipper, logger, episode_range, output):