diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e544ac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +creds \ No newline at end of file diff --git a/autocalc.py b/autocalc.py index 2ad3fba..62a8f66 100644 --- a/autocalc.py +++ b/autocalc.py @@ -145,4 +145,5 @@ draft = (17-draft1) + (17-draft2) regional_points = qualpts + (17-draft) + DEpts + awardpts + agepts +print("Regional Pool Points:") print(regional_points)