diff --git a/.github/ISSUE_TEMPLATE/league-loader-bug.yml b/.github/ISSUE_TEMPLATE/league-loader-bug.yml index 83f3dfdc..2f916085 100644 --- a/.github/ISSUE_TEMPLATE/league-loader-bug.yml +++ b/.github/ISSUE_TEMPLATE/league-loader-bug.yml @@ -36,6 +36,6 @@ body: - type: textarea attributes: label: Error Logs - description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson)`." + description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson())`." validations: required: false diff --git a/.github/ISSUE_TEMPLATE/stat-bug.yml b/.github/ISSUE_TEMPLATE/stat-bug.yml index 3b6e1f87..011bc904 100644 --- a/.github/ISSUE_TEMPLATE/stat-bug.yml +++ b/.github/ISSUE_TEMPLATE/stat-bug.yml @@ -43,6 +43,6 @@ body: - type: textarea attributes: label: Error Logs - description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson)`." + description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson())`." validations: required: false