re-fix charge_control web/callback

This commit is contained in:
jlayec
2021-02-22 22:13:42 +01:00
committed by GitHub
parent 3155208001
commit 34b600bc71
-2
View File
@@ -57,8 +57,6 @@ if __name__ == "__main__":
client_password = input("mypeugeot password: ")
web.app.myp.connect(client_email, client_password)
logger.info(web.app.myp.get_vehicles())
t1 = Thread(target=start_app, args=["My car info", args.base_path, args.debug < 20, args.listen, int(args.port)])
t1.start()
if args.remote_disable:
logger.info("mqtt disabled")
else: