Skip to content

Commit

Permalink
Merge pull request #39 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated file name to : <wspr_spot_data.csv>
  • Loading branch information
lexara-prime-ai authored Jun 4, 2024
2 parents f68faad + bfd043f commit 7e24146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hyper/hyper/drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def upload_to_drive(file_path):
service = build("drive", "v3", credentials=credentials)

file_metadata = {
"name": "wspr_spot_data",
"name": "wspr_spot_data.csv",
"parents": [constants.PARENT_FOLDER_ID],
}

Expand Down
2 changes: 1 addition & 1 deletion hyper/hyper/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def write_to_csv(self):
"""

try:
output = await python_wrapper.python_wrapper.get_wspr_spots("1000", "JSON")
output = await python_wrapper.python_wrapper.get_wspr_spots("10000", "JSON")
data = output.get_data()

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

0 comments on commit 7e24146

Please sign in to comment.