Skip to content

Commit cc44fe9

Browse files
authored
Update facebookgroup.py
1 parent 2c5db48 commit cc44fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/facebookgroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
headers = {
1111
"Accept": "application/json",
1212
"Content-Type": "application/json",
13-
"Authorization": "Basic U1B1c2VybmFtZTpTUHBhc3N3b3Jk"
13+
"Authorization": "Basic AUTH"
1414
}
1515

1616
response = requests.post(url, json=payload, headers=headers)

0 commit comments

Comments
 (0)