From 53f225a01cd201b40db9ad6d9f3638e338f95d11 Mon Sep 17 00:00:00 2001 From: Jonathan Harris <jonathan@marginal.org.uk> Date: Tue, 20 Jun 2017 12:30:58 +0100 Subject: [PATCH] Typo --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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