Add more print indicate

This commit is contained in:
Yam ZhengLim
2023-02-22 00:51:39 +08:00
parent 04692f644e
commit a133311917
+3
View File
@@ -163,5 +163,8 @@ def main():
print("DELETING CRISP CSV")
general_function.delete_csv_in_path(CRISP_CSV_TEMP_STORAGE_PATH)
print("END MAIN_PY")
print("------------------------------------------------------------------------------------------------")
if True:
main()