mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
add re and remove un-used variable
This commit is contained in:
parent
fee3ec2897
commit
bfb0ff4eea
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ import shutil
|
|||
import logging
|
||||
import datetime
|
||||
import time
|
||||
import re
|
||||
from subprocess import call
|
||||
|
||||
|
||||
|
@ -30,7 +31,6 @@ def main(inputDirectory, inputName, inputCategory, inputHash):
|
|||
root = int(0)
|
||||
video = int(0)
|
||||
video2 = int(0)
|
||||
num_compressed = int(0)
|
||||
extractionSuccess = False
|
||||
|
||||
Logger.debug("MAIN: Received Directory: %s | Name: %s | Category: %s", inputDirectory, inputName, inputCategory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue