aboutsummaryrefslogtreecommitdiffstats
path: root/services/frontend/fe_general.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/frontend/fe_general.py')
-rw-r--r--services/frontend/fe_general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/frontend/fe_general.py b/services/frontend/fe_general.py
index 10f9c72..5974801 100644
--- a/services/frontend/fe_general.py
+++ b/services/frontend/fe_general.py
@@ -121,7 +121,7 @@ class FEGeneral(Helper):
Wait.page_has_loaded()
success = True
break
- except:
+ except Exception:
i += 1
time.sleep(1)
pass