feat: added some comments

This commit is contained in:
RTAkland
2021-12-20 21:23:57 +08:00
parent 51023efc76
commit fe8d850422
4 changed files with 17 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ import json
def real_time_air_quality():
"""
获取实时的空气质量数据
:return:
"""
settings = read_config()
location = settings[1]['location']
key = settings[1]['key']