mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 18:37:39 +03:00
Typo
This commit is contained in:
parent
65970dec03
commit
53f225a01c
@ -107,7 +107,7 @@ If EDMC is started while the game is already running EDMC will send the last few
|
|||||||
```
|
```
|
||||||
def interaction(cmdr, entry):
|
def interaction(cmdr, entry):
|
||||||
# Log type of interaction, Cmdr name, and local time
|
# 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
|
### Getting Commander Data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user