From 6c103f007d1f2ce533516b7ebefe8e810977329b Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 26 Nov 2022 02:16:50 +0100 Subject: [PATCH] Ha :) --- bin/rand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rand.py b/bin/rand.py index de768ffbf..b86887011 100755 --- a/bin/rand.py +++ b/bin/rand.py @@ -1,3 +1,3 @@ -#!/bin/bash +#!/usr/bin/env python3 import random print(random.randint(0, 99))