mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2025-04-06 09:33:49 +03:00
style: fix lint errors
This commit is contained in:
parent
f97fcf4c34
commit
e0a8bea938
@ -20,8 +20,8 @@ async def main():
|
|||||||
block_loader("standard", "help"),
|
block_loader("standard", "help"),
|
||||||
],
|
],
|
||||||
metainfo={
|
metainfo={
|
||||||
'app_version': os.getenv('APP_VERSION'),
|
"app_version": os.getenv("APP_VERSION"),
|
||||||
}
|
},
|
||||||
)
|
)
|
||||||
await ocab.start()
|
await ocab.start()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user