Skip to content

Commit

Permalink
Added logic to generate <hyper> file programmatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexara-prime-ai committed Jun 3, 2024
1 parent 5e97d07 commit 5a6a00f
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyper/hyper/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def write_to_csv(self):
Args: self.
return type: ()
"""
output = await python_wrapper.python_wrapper.get_wspr_spots("10000", "JSON")
output = await python_wrapper.python_wrapper.get_wspr_spots("10", "JSON")
data = output.get_data()

# Display data that's being fetched for [DEBUG] purposes.
Expand Down
Loading

0 comments on commit 5a6a00f

Please sign in to comment.