„src/qrzlogger/__main__.py“ ändern

This commit is contained in:
Michael Clemens 2022-07-29 21:54:37 +02:00
parent f8cd6e3e2a
commit 99feda46f1
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
| | | |
| A python application to log QSOs directly to QRZ.com from the CLI | | A python application to log QSOs directly to QRZ.com from the CLI |
| | | |
| Author: Michael Clemens, DL6MHC (qrzlogger@qrz.is) | | Author: Michael Clemens, DK1MI (qrzlogger@qrz.is) |
| | | |
| Documentation: Please see the README.md file | | Documentation: Please see the README.md file |
| License: Please see the LICENSE file | | License: Please see the LICENSE file |
@ -110,7 +110,7 @@ class QRZLogger():
print(" __ _ _ _ __| |___ __ _ __ _ ___ _ _ ") print(" __ _ _ _ __| |___ __ _ __ _ ___ _ _ ")
print(" / _` | '_|_ / / _ \/ _` / _` / -_) '_|") print(" / _` | '_|_ / / _ \/ _` / _` / -_) '_|")
print(" \__, |_| /__|_\___/\__, \__, \___|_| ") print(" \__, |_| /__|_\___/\__, \__, \___|_| ")
print(" |_| -=DL6MHC=- |___/|___/ v"+ver+" ") print(" |_| -=DK1MI=- |___/|___/ v"+ver+" ")
print(attr('reset')) print(attr('reset'))