Skip to content

Commit 2203344

Browse files
authored
Update load.py
1 parent d468777 commit 2203344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Solo Indicator/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def journal_entry(cmdr, is_beta, system, station, entry, state):
2626
return
2727

2828
if monitor.mode.lower() == "solo":
29-
cmdr["text"] = '%s / %s' % (monitor.cmdr, 'Solo')
29+
cmdr["text"] = f"{monitor.cmdr} / Solo"

0 commit comments

Comments
 (0)