When trying to open a text file with a bunch of EPOCH time stamps I get the following screen/error code. It also happens when trying to open the file with code
Also when trying to run the code to open the file i get this issue: My code keeps returning a error and automatically restarting - Replit Help - Replit Ask
with open("all_time_volume.txt", "r") as all_time_volume_file:
all_time_volume_data = ast.literal_eval(all_time_volume_file.read())