Map-A-Droid / MAD

Map PoGo stuff with Android devices
211 stars 133 forks source link

Allow devices to download packages #1261

Closed wraythex closed 2 years ago

wraythex commented 2 years ago

Devices couldn't download latest package. The console gave the following error: "TypeError: object async_generator can't be used in 'await' expression" Removing the "await" allows devices to download packages.

Grennith commented 2 years ago

Given the DB APK storage requires the await, it is needed in the line which would be changed by this PR. I fixed it for file storage usage in 1e5fdd0