update github action files

This commit is contained in:
踢低吸 2023-07-08 07:43:13 +00:00
parent 54315b3a4d
commit d7fc68b6c1

View File

@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
def main():
url = os.getenv('TW165', None)
url = os.getenv('env.TW165', None)
if not url:
logger.critical('URL NOT SET')
return