Pringleman83 / SportsBook

A sports data scraping and analysis tool
GNU General Public License v3.0
82 stars 38 forks source link

.gitignore + commonFunctions + pep8compliance + unit test #6

Closed surister closed 6 years ago

surister commented 6 years ago

The title says everything. -Added .gitignore from https://github.com/github/gitignore/blob/master/Python.gitignore template

surister commented 6 years ago

it is protected, miss read :P

Pringleman83 commented 6 years ago

Hi Surister! Thanks for your contribution! That's awesome. I'm still learning, so your help isn't just contributing to the project, but teaching me some good habits too.

I've made the minor changes required in my code to accommodate the change in function names. I've got to pop out now, but I'll update everything this evening. I'll also rename my other functions to suit (unless you've already started).

Thanks again, David

sararin commented 6 years ago

You don't have to change them manually, you can just merge both branches, and the changes will pop on right places automatically.

Pringleman83 commented 6 years ago

That's cool. Thanks Sara. I'll merge it now and check it out.