Small UPS Lite typo fix
Fixing https://github.com/evilsocket/pwnagotchi/commit/dfd534ac41ebb907a8a1e3d921bfeb01919cd677 that fixes #521
This commit is contained in:
@@ -55,7 +55,7 @@ class UPSLite(plugins.Plugin):
|
||||
self.ups = UPS()
|
||||
|
||||
def on_ui_setup(self, ui):
|
||||
ui.add_element('ups', LabeledValue(color=BLACK, label='UPS', value='0%/0V', position=(ui.width() / 2 - 15, 0),
|
||||
ui.add_element('ups', LabeledValue(color=BLACK, label='UPS', value='0%/0V', position=(ui.width() / 2 + 15, 0),
|
||||
label_font=fonts.Bold, text_font=fonts.Medium))
|
||||
|
||||
def on_ui_update(self, ui):
|
||||
|
||||
Reference in New Issue
Block a user