1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00
This commit is contained in:
Jonathan Harris 2017-06-20 12:30:58 +01:00
parent 65970dec03
commit 53f225a01c

View File

@ -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