We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d53ed commit 44df8afCopy full SHA for 44df8af
start.py
@@ -265,7 +265,7 @@ def toggle_dns_display():
265
if not DEBUG:
266
if 'pass # print ">> M' not in data:
267
data = data.replace('your " \\\n "DNS Server."', 'your DNS Server."')
268
- data = data.replace('config path: \' \\\n \'./fakedns.py [configfile]\'', 'config path: ./fakedns.py [configfile]')
+ data = data.replace('config path: \' \\\n \'./fakedns.py [configfile]\'', 'config path: ./fakedns.py [configfile]\'')
269
data = data.replace('print ', 'pass # print ')
270
f.seek(0)
271
f.write(data)
0 commit comments