mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
plugintest: Add missing " in logging
This commit is contained in:
parent
0a437961a3
commit
c0324b2d3f
@ -126,6 +126,6 @@ def journal_entry(cmdrname: str, is_beta: bool, system: str, station: str, entry
|
||||
logger.debug(
|
||||
f'cmdr = "{cmdrname}", is_beta = "{is_beta}"'
|
||||
f', system = "{system}", station = "{station}"'
|
||||
f', event = "{entry["event"]}'
|
||||
f', event = "{entry["event"]}"'
|
||||
)
|
||||
this.plugin_test.store(entry['timestamp'], cmdrname, system, station, entry['event'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user