From 649222be28d6a592d5bf65f50405e751ced437ca Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Wed, 7 Aug 2024 16:25:34 +0430 Subject: [PATCH] doc : CHANGELOG.md updated --- CHANGELOG.md | 1 + nafas/functions.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d50988..60c59a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `nava` added to `requirements.txt` - Test system modified - Build system modified +- `get_input_standard` function modified - `Python 3.11` added to `test.yml` - `Python 3.12` added to `test.yml` - `Python 3.5` support dropped diff --git a/nafas/functions.py b/nafas/functions.py index d51ea78..6833a0e 100644 --- a/nafas/functions.py +++ b/nafas/functions.py @@ -265,7 +265,7 @@ def graphic_counter(delay_time): time.sleep(remain_time) if remain_time != 0: print('.', end=' ', flush=True) - print() + print("") def play_sound(sound_path, enable=True):