Error Exit not defined

master^2
Luis Amorim 2021-10-15 15:24:38 -03:00
parent f17350d835
commit 256f082ce0
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):