lint, fix Python 3.10 bug

This commit is contained in:
Zsolt Ero
2024-09-11 23:50:15 +02:00
parent 69bc529dd6
commit 15bb347a61
19 changed files with 2340 additions and 827 deletions

View File

@@ -76,15 +76,15 @@ Inside `http_host`, all work is done by `http_host.py`.
It does the following:
- Downloading btrfs images
- Downloading btrfs images
- Downloading assets
- Downloading assets
- Mounting downloaded btrfs images
- Mounting downloaded btrfs images
- Fetches version files
- Fetches version files
- Running the sync cron task (called every minute with http-host-autoupdate)
- Running the sync cron task (called every minute with http-host-autoupdate)
You can run `./http_host.py --help` to see which options are available.
@@ -161,7 +161,7 @@ See [dev setup docs](docs/dev_setup.md).
##### v0.4
Auto-update works!
Auto-update works!
Monaco is generated every hour, set-latest runs every minute.