print qr-code on startup

This commit is contained in:
ed
2022-10-07 00:47:26 +02:00
parent d284b46a3e
commit dbb3edec77
8 changed files with 676 additions and 9 deletions

View File

@@ -81,8 +81,8 @@ from .util import (
)
try:
from typing import Any, Generator, Match, Optional, Pattern, Type, Union
import typing
from typing import Any, Generator, Match, Optional, Pattern, Type, Union
except:
pass