Laid groundwork for displaying avatar images
This commit is contained in:
parent
0c280eeb4d
commit
522a522129
3 changed files with 55 additions and 5 deletions
|
@ -6,6 +6,7 @@ from threading import Thread,RLock
|
|||
from twitter import Api
|
||||
from urllib2 import HTTPError,URLError
|
||||
|
||||
|
||||
class CustomApi(Api):
|
||||
'''
|
||||
This is a Twitter API with an RLock for multi-threaded access
|
||||
|
|
Reference in a new issue