diff options
Diffstat (limited to 'src/content/blog/patchwork-posts/patchwork-archive-4.md')
| -rw-r--r-- | src/content/blog/patchwork-posts/patchwork-archive-4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/blog/patchwork-posts/patchwork-archive-4.md b/src/content/blog/patchwork-posts/patchwork-archive-4.md index b968a70..7b24586 100644 --- a/src/content/blog/patchwork-posts/patchwork-archive-4.md +++ b/src/content/blog/patchwork-posts/patchwork-archive-4.md @@ -127,7 +127,7 @@ except Exception as e: send_heartbeat("Offline") else: print("An error occurred. Sending offline heartbeat...") - send_heartbeat("Offline - An error occured " + str(e)) + send_heartbeat("Offline - An error occurred " + str(e)) ``` |
