Startup
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ def elog(title, message, attachments = [], author = None, category = "Info", dom
|
||||
Add entry to ELOG.
|
||||
"""
|
||||
if author is None:
|
||||
author = "pshell" #get_context().user.name
|
||||
author = "pshell" #Context.user.name
|
||||
typ = "pshell"
|
||||
entry = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user