summaryrefslogtreecommitdiff
path: root/python/log.py
diff options
context:
space:
mode:
authorJosh F <josh@vector35.com>2023-01-05 14:20:18 -0500
committerJosh F <josh@vector35.com>2023-01-05 14:20:18 -0500
commit85e782ad57f27c753364faeaead01522982a12ec (patch)
treeba22964310c2a52e1fa3e2d2a9be126911dd06ec /python/log.py
parentb4b6d3f5ca9751df27287684fa1fc21170e62d59 (diff)
Update copyright to 2023
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)