mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37: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:
parent
f8a2e6916d
commit
596df0f987
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user