]> git.ipfire.org Git - oddments/fireinfo.git/commitdiff
Change URL to upload profiles.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Dec 2010 00:15:37 +0000 (01:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Dec 2010 00:15:37 +0000 (01:15 +0100)
sendprofile

index 74eb7e784f02a7e7e2299bd176505b886a807127..8e21a1d1f33181f528f5ff3badb371e68af529e1 100644 (file)
@@ -25,7 +25,7 @@ log.addHandler(logging.StreamHandler(sys.stderr))
 for handler in log.handlers:
        handler.setLevel(log_level)
 
-PROFILE_URL = "http://stasy.ipfire.org/send/%(public_id)s"
+PROFILE_URL = "http://fireinfo.ipfire.org/send/%(public_id)s"
 
 def get_upstream_proxy():
        if not os.path.exists(PROXY_SETTINGS):