Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PKUJohnson authored and PKUJohnson committed Jul 22, 2019
1 parent ada1ac4 commit 7d32277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/aqi2_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
print(df)

# 获取某日的aqi(所有城市)
df, msg = aqi2.get_aqi_map("HOUR", "2019-07-21")
df, msg = aqi2.get_aqi_map("DAY", "2019-07-21")
print(df)


Expand Down

0 comments on commit 7d32277

Please sign in to comment.