Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Jun 3, 2019
1 parent 4a5da95 commit 803289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
import requests
import os
import pandas as pd
import scraperwiki
from tqdm import tqdm
from datetime import datetime
from __future__ import with_statement
import sys
import codecs
from chardet.universaldetector import UniversalDetector
Expand Down

0 comments on commit 803289d

Please sign in to comment.