Corrected -v output (correct name of reflector)

This commit is contained in:
Kim Huebel 2021-03-29 20:31:40 +01:00
parent 890c688783
commit b9ca74c209

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 ##