Skip to content

Commit 0b2ee9a

Browse files
authored
Update groups.py
1 parent 676bff1 commit 0b2ee9a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyblox/api/groups.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright © 2017 Sanjay-B(Sanjay Bhadra). All rights reserved.
77
#
88

9-
from req import Http
9+
from .http import Http
1010
from bs4 import *
1111
import html5lib
1212
import urllib.request
@@ -61,10 +61,3 @@ def getGroupRoles(groupid):
6161
def getUserRole(groupid, userid):
6262
a = Http.sendRequest(f"https://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid={userid}&groupId={groupid}")
6363
return a
64-
65-
66-
67-
68-
69-
70-

0 commit comments

Comments
 (0)