Browse Source

Fixed problem with unpickling complex users

master
toyg 10 years ago
parent
commit
bde2d63fec
  1. 2
      twistmonitor.py

2
twistmonitor.py

@ -7,7 +7,7 @@ from os.path import expanduser @@ -7,7 +7,7 @@ from os.path import expanduser
import feedparser
from twistscraper import TwisterScraper
from twistscraper import TwisterScraper, GeoLocationService, User
__author__ = 'Giacomo Lacava'

Loading…
Cancel
Save