Ver código fonte

remove print

ming 4 anos atrás
pai
commit
0cf1fd40d6
1 arquivos alterados com 1 adições e 1 exclusões
  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])