Re enabled gevent as dependency

Fix #1399 (Calibre-web starting with installed and not activated gdrive denpendencies without internet connection again)
This commit is contained in:
Ozzieisaacs
2020-06-27 13:36:33 +02:00
parent 88d2c60ee8
commit dde5b08c47
3 changed files with 10 additions and 5 deletions

View File

@ -724,7 +724,7 @@ def _configuration_result(error_flash=None, gdriveError=None):
gdriveError = _(gdriveError)
else:
# if config.config_use_google_drive and\
if not gdrive_authenticate:
if not gdrive_authenticate and gdrive_support:
gdrivefolders = gdriveutils.listRootFolders()
show_back_button = current_user.is_authenticated