1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

CAPI 'Save Raw Data': Add '.' between system and station names in filename

It's apparently *always* just mushed them together, but that's really crap.
This commit is contained in:
Athanasius 2023-01-10 11:49:58 +00:00
parent f8a2e6916d
commit 596df0f987
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -1898,7 +1898,7 @@ class AppWindow(object):
defaultextension=default_extension,
filetypes=[('JSON', '.json'), ('All Files', '*')],
initialdir=config.get_str('outdir'),
initialfile=f'{monitor.system}{monitor.station}.{timestamp}'
initialfile=f'{monitor.system}.{monitor.station}.{timestamp}'
)
if not f:
return