yxmauw commited on
Commit
351919b
1 Parent(s): 396c164

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -1
config.py CHANGED
@@ -12,4 +12,5 @@ def space_hardware() -> str:
12
  first_string = space_hardware.split("-")[0].upper()
13
  second_string = space_hardware.split("-")[1]
14
  space_hardware = " ".join([first_string, second_string])
15
- return space_hardware
 
 
12
  first_string = space_hardware.split("-")[0].upper()
13
  second_string = space_hardware.split("-")[1]
14
  space_hardware = " ".join([first_string, second_string])
15
+ return space_hardware
16
+