summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.py')
-rwxr-xr-xsrc/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.py b/src/main.py
index 9beace0..3a7a3c8 100755
--- a/src/main.py
+++ b/src/main.py
@@ -37,8 +37,8 @@ for i in range(10):
try:
db = DictDB()
except requests.exceptions.ConnectionError:
- print(f'Database not responding, will try again soon.' +
- 'Attempt {i + 1} of 10.')
+ print('Database not responding, will try again soon.' +
+ f'Attempt {i + 1} of 10.')
else:
break
time.sleep(10)