Skip to content

Commit b71ee2f

Browse files
authored
type fix
1 parent f8a2d25 commit b71ee2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/endpoints/accounts/registerGJAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data = {
3434
"secret": "Wmfv3899gc9"
3535
}
3636

37-
r = requests.post("http://boomlings.com/database/accounts/registerGJAccount.php", data=data)
37+
req = requests.post("http://boomlings.com/database/accounts/registerGJAccount.php", data=data)
3838
print(req.text)
3939
```
4040

@@ -43,4 +43,4 @@ print(req.text)
4343
1
4444
```
4545

46-
<!-- tabs:end -->
46+
<!-- tabs:end -->

0 commit comments

Comments
 (0)