delete: unecessarry comments
This commit is contained in:
parent
37394bded9
commit
10e2d341d9
|
@ -650,12 +650,8 @@ def create_batch_of_csv_files():
|
|||
|
||||
# we send the csv files every 30 seconds and the timestamp is adjusted to be a multiple of 30
|
||||
numeric_part = int(last_csv_file_name.split('.')[0][:-2])
|
||||
|
||||
# compressed_filename = "{}.csv".format(new_numeric_part)
|
||||
compressed_filename = "{}.csv".format(numeric_part)
|
||||
|
||||
print("FILE NAME =========================================================> ", compressed_filename)
|
||||
|
||||
response = s3_config.create_put_request(compressed_filename, compressed_csv)
|
||||
# response = s3_config.create_put_request(first_csv_filename, csv_data)
|
||||
if response.status_code == 200:
|
||||
|
|
Loading…
Reference in New Issue