Commit 112f98fa authored by Francesco Poldi's avatar Francesco Poldi

Fix for get.user info

parent dbb93ccf
......@@ -9,7 +9,7 @@ class user:
def inf(ur, _type):
logme.debug(__name__+':inf')
try:
group = ur.find("div", "user-actions btn-group not-following")
group = ur.find("div", "user-actions btn-group not-following ")
if group == None :
group = ur.find("div", "user-actions btn-group not-following protected")
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment