Skip to content

Commit

Permalink
Rettet filnavn
Browse files Browse the repository at this point in the history
  • Loading branch information
kf-randers committed May 14, 2024
1 parent 0bdb377 commit 5084831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sftp.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ def handle_files(files, connection):

# Skriver til Custom Data (kun en fil for nu)
data=io.BytesIO(df2.to_csv(index=False, sep=';').encode('utf-8'))
post_to_custom_data_connector("ØKTestdata", data.getbuffer())
post_to_custom_data_connector("SAYdelsesrefusion", data.getbuffer())

logger.info(f'Updated {"ØKTestdata"}')
logger.info(f'Updated {"SAYdelsesrefusion"}')

0 comments on commit 5084831

Please sign in to comment.