aboutsummaryrefslogtreecommitdiffstats
path: root/pathoc
diff options
context:
space:
mode:
Diffstat (limited to 'pathoc')
-rwxr-xr-xpathoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathoc b/pathoc
index 12edc34a..0115516b 100755
--- a/pathoc
+++ b/pathoc
@@ -10,7 +10,7 @@ if __name__ == "__main__":
parser.add_argument('request', type=str, nargs="+", help='Request specification')
args = parser.parse_args()
-
+
if args.port is None:
port = 443 if args.ssl else 80
else: