ming 3 年 前
コミット
0b3554bf1b
1 ファイル変更1 行追加1 行削除
  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"