mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
Problem solved.
This commit is contained in:
+1
-4
@@ -23,12 +23,9 @@ __copyright__ = 'Copyright 2011 Kenneth Reitz'
|
||||
class Convore(object):
|
||||
def __init__(self, username, password):
|
||||
self.username = username
|
||||
|
||||
api.login(username, password)
|
||||
|
||||
@property
|
||||
def groups(self):
|
||||
return api.Groups()
|
||||
self.groups = api.Groups()
|
||||
|
||||
def account_verify(self):
|
||||
r = api.get('account', 'verify')
|
||||
|
||||
Reference in New Issue
Block a user