mirror of
https://github.com/alexgetmancom/miband-bot.git
synced 2026-07-26 15:36:07 +03:00
feat: add one-click installers and Windows launcher
This commit is contained in:
+5
-1
@@ -4,7 +4,11 @@
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from miband_tracker.bot.app import main
|
||||
from miband_tracker.stdio import configure_utf8_stdio
|
||||
|
||||
configure_utf8_stdio()
|
||||
|
||||
from miband_tracker.bot.app import main # noqa: E402
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user