Skip to content

Commit edd02d1

Browse files
committed
fix
1 parent 0a9d2a1 commit edd02d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
break
207207
else:
208208
print('Commit hash does not match. Retrying...')
209-
except e:
209+
except Exception as e:
210210
print('Failed to get version', e)
211211
212212
attempts += 1
@@ -365,7 +365,7 @@ jobs:
365365
break
366366
else:
367367
print('Commit hash does not match. Retrying...')
368-
except e:
368+
except Exception as e:
369369
print('Failed to get version', e)
370370
371371
attempts += 1

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ And for the admin go to:
6363
http://localhost:8000/admin
6464

6565
You should be able to login with the user we create a few moments ago.
66-
test2
66+
test3

0 commit comments

Comments
 (0)