cola 2 anni fa
parent
commit
0fa5485958
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      handlers/HandlerBase.py

+ 1 - 1
handlers/HandlerBase.py

@@ -54,7 +54,7 @@ class BaseHandler(RequestHandler, DateUtils):
         self.set_header("Pargam", "no-cache")
         self.set_header("Cache-Control", "no-cache")
         df = pd.DataFrame(data).to_csv(encoding='utf-8')
-        # print(df)
+        print(df)
         # with open(f'./{pitcher}_{start}_{end}.csv','w',newline='') as f:
         #     f.write(df)
         with ExcelWriter({filename}.xlsx) as ew: