First half of space weather screen. Still missing values updates on screen
This commit is contained in:
@@ -107,3 +107,6 @@ def format_numbers(lower, upper):
|
||||
return f"{lower:,} {units[lower_factor]} - {upper:,} {units[upper_factor]}"
|
||||
else:
|
||||
return f"{lower:,} {units[lower_factor]}"
|
||||
|
||||
def double_split(string):
|
||||
return [i.split() for i in string.splitlines()]
|
||||
|
||||
Reference in New Issue
Block a user