We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676bff1 commit 0b2ee9aCopy full SHA for 0b2ee9a
pyblox/api/groups.py
@@ -6,7 +6,7 @@
6
# Copyright © 2017 Sanjay-B(Sanjay Bhadra). All rights reserved.
7
#
8
9
-from req import Http
+from .http import Http
10
from bs4 import *
11
import html5lib
12
import urllib.request
@@ -61,10 +61,3 @@ def getGroupRoles(groupid):
61
def getUserRole(groupid, userid):
62
a = Http.sendRequest(f"https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid={userid}&groupId={groupid}")
63
return a
64
-
65
66
67
68
69
70
0 commit comments