Merge pull request #10 from dg9vh/version_output

Corrected -v output (correct name of reflector)
This commit is contained in:
Antonio Matraia 2021-03-29 21:38:52 +02:00 committed by GitHub
commit 93387578f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -688,7 +688,7 @@ if (len(sys.argv) != 2):
sys.exit()
if (sys.argv[1].strip() == '-v'):
print('YSFReflector version ' + version)
print('pYSFReflector version ' + version)
sys.exit()
## reading configuration ##