mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
添加gitignore
This commit is contained in:
parent
66f724a1d1
commit
4e9db16b2e
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.env.prod
|
||||
|
|
@ -13,7 +13,6 @@ async def handle_function():
|
|||
|
||||
|
||||
|
||||
|
||||
def get_weather(city_name):
|
||||
# 设置请求的URL和参数
|
||||
url = f'https://apis.juhe.cn/simpleWeather/query?key=50a3bd415158e186903d6e6994157589&city={city_name}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue