We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d468777 commit 2203344Copy full SHA for 2203344
1 file changed
Solo Indicator/load.py
@@ -26,4 +26,4 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
26
return
27
28
if monitor.mode.lower() == "solo":
29
- cmdr["text"] = '%s / %s' % (monitor.cmdr, 'Solo')
+ cmdr["text"] = f"{monitor.cmdr} / Solo"
0 commit comments