Skip to content

Commit 37ef701

Browse files
authored
Merge pull request #33 from thecaptain789/fix-typo-occurred
fix: correct typo 'occured' to 'occurred'
2 parents 8f6d24b + f24a383 commit 37ef701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ def get_logger(self):
5050
myserver.startMyApp()
5151
myserver.startServer()
5252
except Exception:
53-
rootLogger.exception("Unknown error has occured Contact Author:")
53+
rootLogger.exception("Unknown error has occurred Contact Author:")

0 commit comments

Comments
 (0)