Skip to content

Commit

Permalink
doc : CHANGELOG.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 7, 2024
1 parent 39a28b5 commit 649222b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nafas/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 649222b

Please sign in to comment.