|
|
@ -87,7 +87,6 @@ class MainWindowController: |
|
|
# This method will be called in the main thread when the worker finishes |
|
|
# This method will be called in the main thread when the worker finishes |
|
|
# Update the UI with the gathered forms |
|
|
# Update the UI with the gathered forms |
|
|
self.view.update_pokemon_forms(data) |
|
|
self.view.update_pokemon_forms(data) |
|
|
print("Work's Done!", data) |
|
|
|
|
|
|
|
|
|
|
|
def gather_home_storage_info(self): |
|
|
def gather_home_storage_info(self): |
|
|
pass |
|
|
pass |
|
|
|