[sysadmin-bin] It's named API_URL
- From: Andrea Veri <averi src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] It's named API_URL
- Date: Fri, 13 Sep 2019 12:52:41 +0000 (UTC)
commit 864842a1e6d82b15dd3e21b015c92b36437308c1
Author: Andrea Veri <averi redhat com>
Date: Fri Sep 13 14:52:10 2019 +0200
It's named API_URL
git/post-receive-notify-l10n | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/git/post-receive-notify-l10n b/git/post-receive-notify-l10n
index c4f07b9..d3da20b 100755
--- a/git/post-receive-notify-l10n
+++ b/git/post-receive-notify-l10n
@@ -26,7 +26,7 @@ def main():
headers = {'User-Agent': 'post-receive-notify-l10n'}
try:
- r = requests.post('%s/%s/branches/%s/ping' % (BASE_URL, module_name, branch_name), headers=headers)
+ r = requests.post('%s/%s/branches/%s/ping' % (API_URL, module_name, branch_name), headers=headers)
except requests.exceptions.RequestException:
pass
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]