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_formatter(mdates.DateFormatter('%Y/%m/%d'))
     plt.gca().xaxis.set_major_locator(mdates.DayLocator(interval=30)) #座標軸刻度1天
     plt.gca().xaxis.set_major_locator(mdates.DayLocator(interval=30)) #座標軸刻度1天
-
+    print(kw)
     print(x_axis)
     print(x_axis)
     print(y_axis)
     print(y_axis)
     target_path = 'trend_image/'+kw+".png"
     target_path = 'trend_image/'+kw+".png"