Skip to content

Commit

Permalink
undo change to input filename
Browse files Browse the repository at this point in the history
Signed-off-by: Lucca Baumgärtner <[email protected]>
  • Loading branch information
luccalb committed Feb 5, 2024
1 parent a20c71d commit e228a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/leads/local_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class LocalRepository(Repository):
BASE_PATH = os.path.dirname(__file__)
DF_INPUT = os.path.abspath(
os.path.join(BASE_PATH, "../../data/demo_leads_email.csv")
os.path.join(BASE_PATH, "../../data/sumup_leads_email.csv")
)
DF_OUTPUT = os.path.abspath(
os.path.join(BASE_PATH, "../../data/leads_enriched.csv")
Expand Down

0 comments on commit e228a82

Please sign in to comment.