Delete refresh condition check.

This commit is contained in:
Arun Prakash Jana 2016-04-21 23:27:41 +05:30
parent 8e927877b2
commit 93862447b0
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB

5
buku
View File

@ -1134,11 +1134,6 @@ except GetoptError as e:
if debug:
print("Version %.1f" % _VERSION_)
# Update and full DB refresh are mutually exclusive
if update == True and refresh == True:
print("You can either update a single index or refresh full DB at once.\n")
usage()
# Move database to new location, if needed
moveOldDatabase()