Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
vusallyv committed Sep 7, 2023
1 parent 4c66869 commit 0fa05e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ def fill_form():
"rodzajDokumentuPodrozy": 1,
"numerPaszportu": fake.passport_number(),
"dokumentPodrozyWydanyDnia": fake.date_between(
start_date="-1m", end_date="-1d"
start_date="-1m", end_date="-5d"
).strftime("%Y-%m-%d"),
"dokumentPodrozyWaznyDo": fake.date_between(
start_date="today", end_date="+1m"
start_date="+2d", end_date="+1m"
).strftime("%Y-%m-%d"),
"dokumentPodrozyWydanyPrzez": fake.company_suffix(),
"opiekunowie": [],
Expand Down

0 comments on commit 0fa05e3

Please sign in to comment.