bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -1,7 +1,7 @@
From dfe6f65b7078315c32cebb727e9c47ead7603475 Mon Sep 17 00:00:00 2001
From: Asaf Kahlon <asafka7@gmail.com>
Date: Sun, 13 Oct 2019 16:44:44 +0300
Subject: [PATCH 1/1] Adjust ws4py for Python 3.7 syntax
Subject: [PATCH] Adjust ws4py for Python 3.7 syntax
Since Python 3.7, "async" has become a keyword and cannot be used.
Thus, instead of asyncio.async we will use asyncio.ensure_future.