Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Nov 30, 2023
1 parent fb284fe commit 02d07c6
Show file tree
Hide file tree
Showing 57 changed files with 23,110 additions and 10,699 deletions.
Binary file modified data/json/gzip/fhmt1.json.gz
Binary file not shown.
Binary file modified data/json/gzip/fhmt2.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata15.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata15alt.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata17.json.gz
Binary file not shown.
Binary file added data/json/gzip/hockeydata1942.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata20.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata21.json.gz
Binary file not shown.
Binary file modified data/json/gzip/hockeydata23.json.gz
Binary file not shown.
519 changes: 519 additions & 0 deletions data/json/hockeydata1942.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions data/json/hockeydata21.json
Original file line number Diff line number Diff line change
Expand Up @@ -991,17 +991,17 @@
"teaminfo": {
"affiliates": "",
"area": "QC",
"arena": "Le Nouveau Colis\u00c3\u00a9e",
"city": "Trois-Rivi\u00c3\u00a8res",
"arena": "Le Nouveau Colis\u00e9e",
"city": "Trois-Rivi\u00e8res",
"conference": "Eastern",
"country": "CAN",
"division": "North",
"fullarea": "Quebec",
"fullcountry": "Canada",
"fullname": "Trois-Rivi\u00c3\u00a8res Lions",
"fullname": "Trois-Rivi\u00e8res Lions",
"league": "ECHL",
"name": "Lions",
"prefix": "Trois-Rivi\u00c3\u00a8res",
"prefix": "Trois-Rivi\u00e8res",
"suffix": ""
}
},
Expand Down Expand Up @@ -1691,7 +1691,7 @@
"Lions": {
"conference": "Eastern",
"division": "North",
"fullname": "Trois-Rivi\u00c3\u00a8res Lions",
"fullname": "Trois-Rivi\u00e8res Lions",
"league": "ECHL",
"name": "Lions"
},
Expand Down
10 changes: 5 additions & 5 deletions data/json/hockeydata23.json
Original file line number Diff line number Diff line change
Expand Up @@ -1009,17 +1009,17 @@
"teaminfo": {
"affiliates": "",
"area": "QC",
"arena": "Colis\u00c3\u00a9e Vid\u00c3\u00a9otron",
"city": "Trois-Rivi\u00c3\u00a8res",
"arena": "Colis\u00e9e Vid\u00e9otron",
"city": "Trois-Rivi\u00e8res",
"conference": "Eastern",
"country": "CAN",
"division": "North",
"fullarea": "Quebec",
"fullcountry": "Canada",
"fullname": "Trois-Rivi\u00c3\u00a8res Lions",
"fullname": "Trois-Rivi\u00e8res Lions",
"league": "ECHL",
"name": "Lions",
"prefix": "Trois-Rivi\u00c3\u00a8res",
"prefix": "Trois-Rivi\u00e8res",
"suffix": ""
}
},
Expand Down Expand Up @@ -1717,7 +1717,7 @@
"Lions": {
"conference": "Eastern",
"division": "North",
"fullname": "Trois-Rivi\u00c3\u00a8res Lions",
"fullname": "Trois-Rivi\u00e8res Lions",
"league": "ECHL",
"name": "Lions"
},
Expand Down
9 changes: 9 additions & 0 deletions data/py/fhmt1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/fhmt1y17-18.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/fhmt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/fhmt2y17-18.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/hockeydata15.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey15-16.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/hockeydata15alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey15-16alt.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/hockeydata17.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey17-18.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
48 changes: 48 additions & 0 deletions data/py/hockeydata1942.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey1942-43.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
libhockeydata.MakeHockeyTeamTable(sqldatacon, "NHL");
libhockeydata.MakeHockeyConferenceTable(sqldatacon, "NHL");
libhockeydata.MakeHockeyGameTable(sqldatacon, "NHL");
libhockeydata.MakeHockeyDivisionTable(sqldatacon, "NHL");
libhockeydata.MakeHockeyLeague(sqldatacon, "NHL", "National Hockey League", "USA", "United States", "19421031", "League=4", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC");
libhockeydata.MakeHockeyConference(sqldatacon, "NHL", "", "", "Conference", False);
libhockeydata.MakeHockeyDivision(sqldatacon, "NHL", "", "", "", "Division", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "Boston", "MA", "USA", "United States", "Massachusetts", "Bruins", "", "", "Boston Garden", "Boston", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "Chicago", "IL", "USA", "United States", "Illinois", "Blackhawks", "", "", "Chicago Stadium", "Chicago", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "Detroit", "MI", "USA", "United States", "Michigan", "Red Wings", "", "", "Detroit Olympia", "Detroit", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "Montreal", "QC", "CAN", "Canada", "Quebec", "Canadiens", "", "", "Montreal Forum", "Montreal", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "New York City", "NY", "USA", "United States", "New York", "Rangers", "", "", "Madison Square Garden", "New York", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "NHL", "19421031", "Toronto", "ON", "CAN", "Canada", "Ontario", "Maple Leafs", "", "", "Maple Leaf Gardens", "Toronto", "", "", False, False);
libhockeydata.MakeHockeyTeamTable(sqldatacon, "AHL");
libhockeydata.MakeHockeyConferenceTable(sqldatacon, "AHL");
libhockeydata.MakeHockeyGameTable(sqldatacon, "AHL");
libhockeydata.MakeHockeyDivisionTable(sqldatacon, "AHL");
libhockeydata.MakeHockeyLeague(sqldatacon, "AHL", "American Hockey League", "USA", "United States", "19421031", "League=4", "ORDER BY PCT DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC");
libhockeydata.MakeHockeyConference(sqldatacon, "AHL", "", "", "Conference", False);
libhockeydata.MakeHockeyDivision(sqldatacon, "AHL", "", "", "", "Division", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Buffalo", "NY", "USA", "United States", "New York", "Bisons", "", "", "Buffalo Memorial Auditorium", "Buffalo", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Cleveland", "OH", "USA", "United States", "Ohio", "Barons", "", "", "Cleveland Arena", "Cleveland", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Hershey", "PA", "USA", "United States", "Pennsylvania", "Red Wings", "", "", "Hersheypark Arena", "Hershey", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Indianapolis", "IN", "USA", "United States", "Indiana", "Capitals", "", "", "Indiana State Fairgrounds Coliseum", "Indianapolis", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Philadelphia", "PA", "USA", "United States", "Pennsylvania", "Rockets", "", "", "Philadelphia Arena", "Philadelphia", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Pittsburgh", "PA", "USA", "United States", "Pennsylvania", "Hornets", "", "", "Duquesne Gardens", "Pittsburgh", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Providence", "RI", "USA", "United States", "Rhode Island", "Reds", "", "", "Rhode Island Auditorium", "Providence", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "West Springfield", "MA", "USA", "United States", "Massachusetts", "Indians", "", "", "Eastern States Coliseum", "Springfield", "", "", False, False);
libhockeydata.MakeHockeyTeam(sqldatacon, "AHL", "19421031", "Washington", "DC", "USA", "United States", "District of Columbia", "Lions", "", "", "Washington Coliseum", "Washington", "", "", False, False);

libhockeydata.CloseHockeyDatabase(sqldatacon);
9 changes: 9 additions & 0 deletions data/py/hockeydata20.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey20-21.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/hockeydata21.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey21-22.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/py/hockeydata23.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

sqldatacon = libhockeydata.MakeHockeyDatabase("./php/data/hockey23-24.db3");
libhockeydata.MakeHockeyLeagueTable(sqldatacon);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/fhmt1.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/fhmt1y17-18.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "HOL", "Hockey League", "USA", "United States", "20171001", "Division=1,Conference=1", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/fhmt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/fhmt2y17-18.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "HOL", "Hockey League", "USA", "United States", "20171001", "Division=1,Conference=1", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/hockeydata15.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey15-16.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "ECHL", "ECHL", "USA", "United States", "20151007", "Division=1,Conference=5", "ORDER BY PCT DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/hockeydata15alt.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey15-16alt.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "ECHL", "ECHL", "USA", "United States", "20151007", "Division=1,Conference=5", "ORDER BY PCT DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/hockeydata17.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey17-18.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "NHL", "National Hockey League", "USA", "United States", "20171004", "Division=3,Conference=2", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
39 changes: 39 additions & 0 deletions data/pyalt/hockeydata1942.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey1942-43.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "NHL", "National Hockey League", "USA", "United States", "19421031", "League=4", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", False, False);
hockeyarray = libhockeydata.AddHockeyConferenceToArray(hockeyarray, "NHL", "");
hockeyarray = libhockeydata.AddHockeyDivisionToArray(hockeyarray, "NHL", "", "", "", "Division");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "Boston", "MA", "USA", "United States", "Massachusetts", "Bruins", "", "", "Boston Garden", "Boston", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "Chicago", "IL", "USA", "United States", "Illinois", "Blackhawks", "", "", "Chicago Stadium", "Chicago", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "Detroit", "MI", "USA", "United States", "Michigan", "Red Wings", "", "", "Detroit Olympia", "Detroit", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "Montreal", "QC", "CAN", "Canada", "Quebec", "Canadiens", "", "", "Montreal Forum", "Montreal", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "New York City", "NY", "USA", "United States", "New York", "Rangers", "", "", "Madison Square Garden", "New York", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "NHL", "Toronto", "ON", "CAN", "Canada", "Ontario", "Maple Leafs", "", "", "Maple Leaf Gardens", "Toronto", "", "");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "AHL", "American Hockey League", "USA", "United States", "19421031", "League=4", "ORDER BY PCT DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", False, False);
hockeyarray = libhockeydata.AddHockeyConferenceToArray(hockeyarray, "AHL", "");
hockeyarray = libhockeydata.AddHockeyDivisionToArray(hockeyarray, "AHL", "", "", "", "Division");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Buffalo", "NY", "USA", "United States", "New York", "Bisons", "", "", "Buffalo Memorial Auditorium", "Buffalo", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Cleveland", "OH", "USA", "United States", "Ohio", "Barons", "", "", "Cleveland Arena", "Cleveland", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Hershey", "PA", "USA", "United States", "Pennsylvania", "Red Wings", "", "", "Hersheypark Arena", "Hershey", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Indianapolis", "IN", "USA", "United States", "Indiana", "Capitals", "", "", "Indiana State Fairgrounds Coliseum", "Indianapolis", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Philadelphia", "PA", "USA", "United States", "Pennsylvania", "Rockets", "", "", "Philadelphia Arena", "Philadelphia", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Pittsburgh", "PA", "USA", "United States", "Pennsylvania", "Hornets", "", "", "Duquesne Gardens", "Pittsburgh", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Providence", "RI", "USA", "United States", "Rhode Island", "Reds", "", "", "Rhode Island Auditorium", "Providence", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "West Springfield", "MA", "USA", "United States", "Massachusetts", "Indians", "", "", "Eastern States Coliseum", "Springfield", "", "");
hockeyarray = libhockeydata.AddHockeyTeamToArray(hockeyarray, "AHL", "Washington", "DC", "USA", "United States", "District of Columbia", "Lions", "", "", "Washington Coliseum", "Washington", "", "");

libhockeydata.MakeHockeyDatabaseFromHockeyArray(hockeyarray, None, False, True, True);
9 changes: 9 additions & 0 deletions data/pyalt/hockeydata20.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey20-21.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "NHL", "National Hockey League", "USA", "United States", "20210113", "Division=4", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", False, True);
Expand Down
9 changes: 9 additions & 0 deletions data/pyalt/hockeydata21.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

from __future__ import absolute_import, division, print_function, unicode_literals;
import libhockeydata;
try:
reload(sys);
except NameError:
from importlib import reload;
reload(sys);
try:
sys.setdefaultencoding('UTF-8');
except AttributeError:
pass;

hockeyarray = libhockeydata.CreateHockeyArray("./php/data/hockey21-22.db3");
hockeyarray = libhockeydata.AddHockeyLeagueToArray(hockeyarray, "NHL", "National Hockey League", "USA", "United States", "20211012", "Division=3,Conference=2", "ORDER BY Points DESC, GamesPlayed ASC, TWins DESC, Losses ASC, GoalsDifference DESC", True, True);
Expand Down
Loading

0 comments on commit 02d07c6

Please sign in to comment.