1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 17:45:12 +00:00

fix(resource): remove non-existing assets loading

This commit is contained in:
YoursFunny 2023-11-21 20:42:24 +08:00
parent 53ec298fed
commit baac90ecf0
Signed by: YoursFunny
GPG Key ID: 207EDC3CD5B40F9C

View File

@ -24,9 +24,6 @@ class PreservedAssets:
assets |= get_assets_from_file(
file='./tasks/base/assets/assets_base_popup.py',
)
assets |= get_assets_from_file(
file='./tasks/base/assets/assets_base_main_page.py',
)
return assets