From 4b2140f5896a4e0f885ed13266119a1e428538a1 Mon Sep 17 00:00:00 2001 From: Haruue Icymoon Date: Thu, 13 Jul 2023 19:57:26 +0800 Subject: [PATCH] chore: x-bit & python3 for hyperbole.py ref: 617 i have no idea why there is still debian 11 with python-is-python2 installed, though. --- hyperbole.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hyperbole.py diff --git a/hyperbole.py b/hyperbole.py old mode 100644 new mode 100755 index a7bef2c..5ceabdd --- a/hyperbole.py +++ b/hyperbole.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import argparse