Skip to content

Commit a376183

Browse files
committed
- Logs version number
1 parent bb056f8 commit a376183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NSE_Option_Chain_Analyzer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ def log(self, event: Optional[Event] = None) -> None:
443443
try:
444444
# noinspection PyProtectedMember,PyUnresolvedReferences
445445
base_path: str = sys._MEIPASS
446-
print('.exe version')
446+
print('.exe version : ' + Nse.version)
447447
except AttributeError:
448-
print('.py version')
448+
print('.py version : ' + Nse.version)
449449

450450
try:
451451
self.options.entryconfig(self.options.index(7), label="Debug Logging: On")

0 commit comments

Comments
 (0)