Spaces:
Running
Running
Update ngwords.py
Browse files- ngwords.py +1 -1
ngwords.py
CHANGED
|
@@ -7,7 +7,7 @@ BASE_URL = "https://desk-api.channel.io/desk/channels/200605"
|
|
| 7 |
SOURCE_GROUP_ID = "536194"
|
| 8 |
DEST_GROUP_ID = "536281"
|
| 9 |
|
| 10 |
-
TOKEN = os.getenv("
|
| 11 |
|
| 12 |
HEADERS = {
|
| 13 |
"x-account": TOKEN,
|
|
|
|
| 7 |
SOURCE_GROUP_ID = "536194"
|
| 8 |
DEST_GROUP_ID = "536281"
|
| 9 |
|
| 10 |
+
TOKEN = os.getenv("dmsendertoken")
|
| 11 |
|
| 12 |
HEADERS = {
|
| 13 |
"x-account": TOKEN,
|