Skip to content

Commit

Permalink
Merge pull request #7 from opsoc/move_to_subdir
Browse files Browse the repository at this point in the history
update Scrapy to latest version 2.10.0 in requirements.txt and remove…
  • Loading branch information
sammyfung authored Aug 22, 2023
2 parents 7db3888 + aa39167 commit b06264b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytz==2023.3
Scrapy==2.8.0
Scrapy==2.10.0
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def parse(self, response):
if len(data) > 5:
for j in range(0,len(data)):
if data[j].isdigit():
print(last_station, data)
stations[last_station]['humidity'] = int(data[j])
elif last_station != '':
try:
Expand Down

0 comments on commit b06264b

Please sign in to comment.