mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-18 19:09:28 +01:00
remove argparse - not used
This commit is contained in:
@@ -5,10 +5,6 @@ import time
|
||||
|
||||
from subprocess import call
|
||||
|
||||
try:
|
||||
import argparse
|
||||
except ImportError:
|
||||
import lib.argparse as argparse
|
||||
|
||||
def encode(albumPath):
|
||||
|
||||
@@ -58,4 +54,5 @@ def encode(albumPath):
|
||||
shutil.move(musicTempFiles[i],os.path.join(albumPath))
|
||||
i=i+1
|
||||
|
||||
shutil.rmtree(tempDirEncode)
|
||||
shutil.rmtree(tempDirEncode)
|
||||
time.sleep(1)
|
||||
Reference in New Issue
Block a user