feat: fixed a bug

This commit is contained in:
RTAkland
2021-12-20 22:03:49 +08:00
parent dd1dc2e3e6
commit e8b1a910ae

View File

@@ -6,7 +6,7 @@
# @File Name: information.py
import requests
from core import read_config
from core.read_config import read_config
class WeatherInfo: