From 0004467acccc8598d3d0902c58a29c3690c4cf96 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sat, 19 Dec 2015 00:18:22 -0500 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index f8cde10..c8c4e1a 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -32,7 +32,7 @@ DNSPort 53 self.load_iptables_rules.__init__(self) def flush_iptables_rules(self): - call(["iptables", '-F']) + call(["iptables", "-F"]) call(["iptables", "-t", "nat", "-F"]) def load_iptables_rules(self):