deepak6593 commited on
Commit
51966dd
·
1 Parent(s): 2b1a623
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
13
  data_location = None
14
  reading_thread = None
15
  stop_reading = False
16
- counter = 0
17
 
18
  gcs_bucket_name = "ow-stu-us-ce1-ai-platform"
19
 
 
13
  data_location = None
14
  reading_thread = None
15
  stop_reading = False
16
+ counter = 1
17
 
18
  gcs_bucket_name = "ow-stu-us-ce1-ai-platform"
19