insidesherpa / JPMC-tech-task-1

56 stars 350 forks source link

My server.py returns this issue when run: Line 155 for time, stock, order, size, in csv.reader(f): #281

Open awelawi opened 2 years ago

awelawi commented 2 years ago

Error: iterator should return strings not bytes(the file should be opened in text mode)