Update extract.py

This commit is contained in:
gutosie
2023-01-10 06:29:01 +02:00
committed by GitHub
parent 0416f57aa4
commit 0aa309a142

View File

@@ -783,11 +783,11 @@ def RemoveUnpackDirs():
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/osmini4k'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/osmini4k'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/osmini4k') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/osmini4k')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/xp1000 '): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/xp1000 '):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000 ') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/xp1000')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et5x00'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et5x00'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00 ') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/et5x00')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot '): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dinobot '):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dinobot ') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dinobot')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/e2/update'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/e2/update'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/e2') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/e2')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et1x000'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/et1x000'):
@@ -795,7 +795,7 @@ def RemoveUnpackDirs():
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/protek4k'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/protek4k'):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/protek4k') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/protek4k')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm920 '): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dm920 '):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm920 ') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dm920')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dreamtwo '): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/dreamtwo '):
rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dreamtwo ') rc = os.system('rm -r ' + getNeoLocation() + 'ImagesUpload/dreamtwo ')
elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multibox') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse'): elif os.path.exists('' + getNeoLocation() + 'ImagesUpload/multibox') or os.path.exists('' + getNeoLocation() + 'ImagesUpload/multiboxse'):