We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cecbb7 commit 926ac54Copy full SHA for 926ac54
ntp_operator.py
@@ -1390,7 +1390,7 @@ def _create_license(self) -> None:
1390
return
1391
license_file = open(f"{self._addon_dir}/LICENSE", "w")
1392
year = datetime.date.today().year
1393
- license_txt = license_templates[self._license](year, self._name)
+ license_txt = license_templates[self._license](year, self._author_name)
1394
license_file.write(license_txt)
1395
license_file.close()
1396
0 commit comments