Skip to content

Commit

Permalink
Fix ajax-module-connector call.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 14, 2024
1 parent 4e091a7 commit af5227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yellowstone/wikidot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def ajax_module_connector(

# Set token7
token7 = self.generate_token7()
data["module_name"] = module_name
data["moduleName"] = module_name
data["wikidot_token7"] = token7

# Make HTTP request
Expand Down

0 comments on commit af5227a

Please sign in to comment.