ming пре 4 година
родитељ
комит
0cf1fd40d6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -169,7 +169,7 @@ async def get_trend_image(kw_id):
 
     x = np.array(x_axis)
     y = np.array(y_axis)
-
+    
         
     # create an array of numbers for the dates
     x_dates = np.array([dates.date2num(i) for i in x])