Skip to content

Commit

Permalink
Version 0.48. See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Git committed Aug 14, 2023
1 parent deaccd5 commit 64d2a09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions certificate/certificateModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

class certificateModule:
"""certificateModule class"""

def getContextVariables(self) -> dict:

@staticmethod
def getContextVariables() -> dict:
"""Get the variables from the contextVariables.json"""
try:
# Assume contextVariables is empty.
Expand Down

0 comments on commit 64d2a09

Please sign in to comment.