summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/log.py')
-rw-r--r--python/log.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/log.py b/python/log.py
index d5a5f3e6..4b70fcf9 100644
--- a/python/log.py
+++ b/python/log.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015-2022 Vector 35 Inc
+# Copyright (c) 2015-2023 Vector 35 Inc
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
@@ -219,4 +219,4 @@ class Logger:
log(LogLevel.ErrorLog, message, self.logger_name, self.session_id)
def log_alert(self, message:str) -> None:
- log(LogLevel.AlertLog, message, self.logger_name, self.session_id) \ No newline at end of file
+ log(LogLevel.AlertLog, message, self.logger_name, self.session_id)