Skip to content

Commit 9f3aafe

Browse files
committed
fix BASE_URL
1 parent b696940 commit 9f3aafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jpush/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import requests
44

5-
BASE_URL = " https://api.jpush.cn/"
5+
BASE_URL = "https://api.jpush.cn/"
66
PUSH_URL = BASE_URL + 'v3/push'
77
VALIDATE_PUSH_URL = BASE_URL + 'v3/push/validate'
88

0 commit comments

Comments
 (0)