From d0ac4bb95f81a2fcc2917384d8330ea0b2d469ca Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 26 May 2020 09:03:54 +0200 Subject: [PATCH] added shebang python3 --- pipeserver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeserver.py b/pipeserver.py index 204eb19..710417f 100644 --- a/pipeserver.py +++ b/pipeserver.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sys, os, asyncio, json, argparse import aiohttp, aiohttp_jinja2, jinja2 from aiohttp import web