New approach to Android backup files. Changed version number to 6.3.1

This commit is contained in:
apprenticeharper
2015-08-02 11:09:35 +01:00
parent f5e66d42a1
commit aa822de138
24 changed files with 158 additions and 105 deletions

View File

@@ -323,8 +323,8 @@ def cli_main():
serials = a.split(',')
if o == '-a':
if a == None:
continue
androidFiles.apprend(a)
raise DrmException("Invalid parameter for -a")
androidFiles.append(a)
# try with built in Kindle Info files if not on Linux
k4 = not sys.platform.startswith('linux')