From d5e090eb4b894e93ae4ed0ed01e66eac7df79300 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 18 Mar 2014 00:20:29 +0100 Subject: Reverted changes for debuging accidentally commited --- ddns/frontend/dyn_com.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ddns') diff --git a/ddns/frontend/dyn_com.py b/ddns/frontend/dyn_com.py index e0a1ebb..b8d71c9 100644 --- a/ddns/frontend/dyn_com.py +++ b/ddns/frontend/dyn_com.py @@ -45,6 +45,5 @@ def dyn_com(): # We should probably check something here... return "good" return auth.authenticate("!yours") - return "nohost2" - raise RuntimeError("ooops") - return "nohost1" + return "nohost" + return "nohost" -- cgit v1.2.3 cgit logo index : tgmanage
Mirror of https://github.com/tech-server/tgmanageTechServer
aboutsummaryrefslogtreecommitdiffstats
path: root/web/streamlib/stream/config.pm
blob: bfe998a1c7c7cfe613063dd02b4b511a4d77f8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99