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