screen: fix broken function call

This commit is contained in:
Jordan Ruthe 2020-12-07 15:53:50 -05:00
parent 7471cd39b9
commit 5408aec036

View File

@ -365,7 +365,7 @@ class KlipperScreen(Gtk.Window):
logger.debug("Filelist changed: %s", json.dumps(data,indent=2))
#self.files.add_file()
elif action == "notify_metadata_update":
self.files.update_metadata(data['filename'])
self.files.request_metadata(data['filename'])
elif action == "notify_power_changed":
logger.debug("Power status changed: %s", data)
self.printer.process_power_update(data)