Commit 758007e 1 parent a74a66d commit 758007e Copy full SHA for 758007e
File tree 3 files changed +0
-11
lines changed
3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 205
205
"aprsd.plugins.fortune.FortunePlugin" ,
206
206
"aprsd.plugins.location.LocationPlugin" ,
207
207
"aprsd.plugins.ping.PingPlugin" ,
208
- "aprsd.plugins.query.QueryPlugin" ,
209
208
"aprsd.plugins.time.TimePlugin" ,
210
209
"aprsd.plugins.weather.OWMWeatherPlugin" ,
211
210
"aprsd.plugins.version.VersionPlugin" ,
Original file line number Diff line number Diff line change 31
31
),
32
32
]
33
33
34
- query_plugin_opts = [
35
- cfg .StrOpt (
36
- "callsign" ,
37
- help = "The Ham callsign to allow access to the query plugin from RF." ,
38
- ),
39
- ]
40
-
41
34
owm_wx_opts = [
42
35
cfg .StrOpt (
43
36
"apiKey" ,
@@ -172,7 +165,6 @@ def register_opts(config):
172
165
config .register_group (aprsfi_group )
173
166
config .register_opts (aprsfi_opts , group = aprsfi_group )
174
167
config .register_group (query_group )
175
- config .register_opts (query_plugin_opts , group = query_group )
176
168
config .register_group (owm_wx_group )
177
169
config .register_opts (owm_wx_opts , group = owm_wx_group )
178
170
config .register_group (avwx_group )
@@ -184,7 +176,6 @@ def register_opts(config):
184
176
def list_opts ():
185
177
return {
186
178
aprsfi_group .name : aprsfi_opts ,
187
- query_group .name : query_plugin_opts ,
188
179
owm_wx_group .name : owm_wx_opts ,
189
180
avwx_group .name : avwx_opts ,
190
181
location_group .name : location_opts ,
Original file line number Diff line number Diff line change 25
25
"aprsd.plugins.fortune.FortunePlugin" ,
26
26
"aprsd.plugins.location.LocationPlugin" ,
27
27
"aprsd.plugins.ping.PingPlugin" ,
28
- "aprsd.plugins.query.QueryPlugin" ,
29
28
"aprsd.plugins.time.TimePlugin" ,
30
29
"aprsd.plugins.weather.USWeatherPlugin" ,
31
30
"aprsd.plugins.version.VersionPlugin" ,
You can’t perform that action at this time.
0 commit comments