Skip to content

Commit

Permalink
Update groups.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iranathan authored Apr 18, 2019
1 parent 676bff1 commit 0b2ee9a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyblox/api/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright © 2017 Sanjay-B(Sanjay Bhadra). All rights reserved.
#

from req import Http
from .http import Http
from bs4 import *
import html5lib
import urllib.request
Expand Down Expand Up @@ -61,10 +61,3 @@ def getGroupRoles(groupid):
def getUserRole(groupid, userid):
a = Http.sendRequest(f"https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid={userid}&groupId={groupid}")
return a







0 comments on commit 0b2ee9a

Please sign in to comment.