vaastav / Fantasy-Premier-League

Creates a .csv file of all players in the English Player League with their respective team and total fantasy points
Other
1.44k stars 805 forks source link

Remove 'U' from open mode #164

Closed wandrewjam closed 1 year ago

wandrewjam commented 1 year ago

This is a minor change for compatibility with Python 3.11. The PR removes 'U' from the mode argument in "open" function calls. The 'U' mode has no effect in Python 3, and this option was removed in Python 3.11, so that existing functions in collector.py no longer work.

vaastav commented 1 year ago

I haven't upgraded to python 3.11 so didn't realize this was an issue. Thanks!