insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

print error #304

Open SoyabulIslamLincoln opened 3 years ago

SoyabulIslamLincoln commented 3 years ago

It shows syntax error as there is no parenthesis. File "datafeed/server.py", line 217 print 'HTTP server started on port 8080' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('HTTP server started on port 8080')? What to do now?