8000 set year dynamically · ag-python-qt/pyqt-openai@cfc489b · GitHub
[go: up one dir, main page]

Skip to content

Commit cfc489b

Browse files
committed
set year dynamically
1 parent 35a9f97 commit cfc489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyqt_openai/aboutDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __initUi(self):
4242
descWidget1.setText(f'''
4343
<h1>pyqt-openai</h1>
4444
Software Version {get_version()}<br/><br/>
45-
© 2023 yjg30737. Used under the MIT License.<br/>
45+
© 2023 {datetime.datetime.now().year}. Used under the MIT License.<br/>
4646
Copyright (c) {datetime.datetime.now().year} yjg30737<br/>
4747
''')
4848

0 commit comments

Comments
 (0)
0