Browse Source

fix previous

ming 3 years ago
parent
commit
0b3554bf1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -161,7 +161,7 @@ async def get_trend_image(kw):
 
     plt.gca().xaxis.set_major_formatter(mdates.DateFormatter('%Y/%m/%d'))
     plt.gca().xaxis.set_major_locator(mdates.DayLocator(interval=30)) #座標軸刻度1天
-
+    print(kw)
     print(x_axis)
     print(y_axis)
     target_path = 'trend_image/'+kw+".png"