Skip to content

Commit 44df8af

Browse files
committed
Missed a quote
1 parent 07d53ed commit 44df8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def toggle_dns_display():
265265
if not DEBUG:
266266
if 'pass # print ">> M' not in data:
267267
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]')
268+
data = data.replace('config path: \' \\\n \'./fakedns.py [configfile]\'', 'config path: ./fakedns.py [configfile]\'')
269269
data = data.replace('print ', 'pass # print ')
270270
f.seek(0)
271271
f.write(data)

0 commit comments

Comments
 (0)