Skip to content

Commit

Permalink
Module yay
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed May 11, 2024
1 parent 43bd20d commit b18f4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shufflepy/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def connect(self, category="", app="", action="", fields={}):
if not action:
raise ValueError("action is required. Example: action=\"list_tickets\"")


self.config["category"] = category
requestdata = {
"action": action,
Expand Down

0 comments on commit b18f4bc

Please sign in to comment.