diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index 009d890c5..b78073a38 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -224,7 +224,7 @@ def syncRemoteDatabases(): uploadLatest = True uploadList.append(dbstat) - if (downloadLatest == []) and (not uploadLatest) and (not generateAndUpload): + if (downloadLatest == []) and (not uploadLatest): print_info(green(" * ")+red("Online database does not need to be updated.")) # now run the selected task!