ModuleUpdate: add it to a few more common entry points

MinecraftClient: add requests import to requirements.txt
This commit is contained in:
Fabian Dill
2022-04-07 10:19:18 +02:00
committed by Fabian Dill
parent 3d1f6d9b82
commit f093e90c23
7 changed files with 18 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ import logging
import asyncio
from json import loads, dumps
import ModuleUpdate
ModuleUpdate.update()
from Utils import init_logging
if __name__ == "__main__":