From 90536694efcbeb237209399144afe864694cb38d Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Thu, 18 Jun 2020 16:46:48 +0200 Subject: [PATCH] add hashbang --- laplace_client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/laplace_client.py b/laplace_client.py index aeca450..1b88b7d 100755 --- a/laplace_client.py +++ b/laplace_client.py @@ -1,3 +1,5 @@ +#!/usr/bin/python3 + import argparse import asyncio import json -- 2.39.5