mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-02 17:59:28 +01:00
Rename headphones.CFG to headphones CONFIG
This commit is contained in:
@@ -1320,7 +1320,7 @@
|
||||
<select name="interface"><h3>
|
||||
%for interface in config['interface_list']:
|
||||
<%
|
||||
if interface == headphones.CFG.INTERFACE:
|
||||
if interface == headphones.CONFIG.INTERFACE:
|
||||
selected = 'selected="selected"'
|
||||
else:
|
||||
selected = ''
|
||||
@@ -1369,7 +1369,7 @@
|
||||
<select name="mirror" id="mirror">
|
||||
%for mirror in config['mirror_list']:
|
||||
<%
|
||||
if mirror == headphones.CFG.MIRROR:
|
||||
if mirror == headphones.CONFIG.MIRROR:
|
||||
selected = 'selected="selected"'
|
||||
else:
|
||||
selected = ''
|
||||
|
||||
Reference in New Issue
Block a user