The following commit has been merged in the master branch:
commit 5e4485aabc296e117d56d22d04223345a2d893eb
Author: Michal Čihař <[email protected]>
Date:   Thu Oct 8 15:29:16 2009 +0200

    Change API URL.

diff --git a/Wammu/TalkbackDialog.py b/Wammu/TalkbackDialog.py
index 1df6cea..a5bc987 100644
--- a/Wammu/TalkbackDialog.py
+++ b/Wammu/TalkbackDialog.py
@@ -246,7 +246,7 @@ def DoTalkback(parent, config, phoneid = 0):
 
         # Perform request
         conn = httplib.HTTPConnection('wammu.eu')
-        conn.request('POST', '/phones/new-wammu/', params, headers)
+        conn.request('POST', '/api/phones/new/', params, headers)
 
         # Check request response
         response = conn.getresponse()

-- 
UNNAMED PROJECT

_______________________________________________
Wammu-svn mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/wammu-svn

Reply via email to