added estimate env temp for X19 and change format of X19 and X17 files

This commit is contained in:
UpstreamData
2022-06-10 11:22:41 -06:00
parent 198eedcd43
commit dd8fe41ad1
19 changed files with 233 additions and 1147 deletions

View File

@@ -1,12 +1,12 @@
import aiohttp
import httpx
import shutil
import aiofiles
import asyncio
from bs4 import BeautifulSoup
import re
import os
import logging
import os
import re
import shutil
import aiofiles
import httpx
from bs4 import BeautifulSoup
async def get_latest_version(session):