Skip to content

Commit c6ae0e0

Browse files
committed
change comp Location to Stadium and update telnet console to false
1 parent 0c79d5a commit c6ae0e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

volleystats/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#COOKIES_ENABLED = False
3535

3636
# Disable Telnet Console (enabled by default)
37-
#TELNETCONSOLE_ENABLED = False
37+
TELNETCONSOLE_ENABLED = False
3838

3939
# Override the default request headers:
4040
#DEFAULT_REQUEST_HEADERS = {

volleystats/spiders/competition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def parse(self, response):
5959
competition = {
6060
'Match ID': match_id,
6161
'Match Date': match_date,
62-
'Location': match_location,
62+
'Stadium': match_location,
6363
'Home Team': home_team,
6464
'Home Points': home_points,
6565
'Guest Team': guest_team,

0 commit comments

Comments
 (0)