diff options
| author | kj-sh604 | 2024-07-03 08:05:44 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-03 08:05:44 -0400 |
| commit | 24822e45b37a6da5c35a897b3193ca44206a25ce (patch) | |
| tree | df37f7164988e2624003ae8209ed04a6c8cfc6fa /.local | |
| parent | ab196f0316fb5133a09c50bed99dee5fb7794ea1 (diff) | |
kj-gitbot: .local/share/python-rainfall/rainfall.py
Diffstat (limited to '.local')
| -rw-r--r-- | .local/share/python-rainfall/rainfall.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.local/share/python-rainfall/rainfall.py b/.local/share/python-rainfall/rainfall.py index a2d8194..9175022 100644 --- a/.local/share/python-rainfall/rainfall.py +++ b/.local/share/python-rainfall/rainfall.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.10 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- import time @@ -159,4 +159,3 @@ except KeyboardInterrupt: - |
