Skip to content

Commit

Permalink
Merge pull request #36 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
lexara-prime-ai authored Jun 3, 2024
2 parents 5097bc1 + c0c89c9 commit af8502c
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN cargo chef prepare --recipe-path recipe.json
FROM chef AS builder

# Install python 3.11 development files.
# To do -> Run scripts to install additional dependencies e.g [mkdocs], [tableauhyperapi] etc.
RUN apt-get update && \
apt-get install -y python3.11-dev && \
apt-get clean
Expand Down
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 af8502c

Please sign in to comment.