Skip to content

Commit b381023

Browse files
authored
Merge pull request #25 from DrEVILish/patch-1
Update prt.py
2 parents 261d887 + ff50a37 commit b381023

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ def main():
404404
config = get_config()
405405
try:
406406
del config["servers"][sys.argv[2]]
407+
save_config(config)
407408
print "Host removed"
408409
except Exception, e:
409410
print "Error removing host: %s" % str(e)

0 commit comments

Comments
 (0)