From d6095dacf9beed21ca8726eabb53211f80d05983 Mon Sep 17 00:00:00 2001 From: Kyle Westhaus Date: Tue, 14 Apr 2020 03:46:21 -0400 Subject: [PATCH] Unbreakify the env line --- urban_rain.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/urban_rain.py b/urban_rain.py index 0643815..5d03816 100755 --- a/urban_rain.py +++ b/urban_rain.py @@ -1,6 +1,7 @@ -# Everyone contributed to this file #!/usr/bin/env python +# Everyone contributed to this file + import argparse import ipaddress import os