diff --git a/PLUGINS.md b/PLUGINS.md index 737d2042..49ae82df 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -107,7 +107,7 @@ If EDMC is started while the game is already running EDMC will send the last few ``` def interaction(cmdr, entry): # Log type of interaction, Cmdr name, and local time - sys.stderr.write("{} Cmdr {}\n".format(', '.join(entry['Interactions']), entry['Name'].encode('utf-8'), , time.strftime('%Y-%m-%dT%H:%M:%S', time.localtime(entry['Epoch'] - 11644473600)))) + sys.stderr.write("{} Cmdr {}\n".format(', '.join(entry['Interactions']), entry['Name'].encode('utf-8'), time.strftime('%Y-%m-%dT%H:%M:%S', time.localtime(entry['Epoch'] - 11644473600)))) ``` ### Getting Commander Data