diff options
author | Christian Pointner <equinox@helsinki.at> | 2019-09-18 10:18:32 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2019-09-18 10:18:32 (GMT) |
commit | 16319e417efed59d8918284a23d1ae8343f5586c (patch) | |
tree | 38cb7828f445f4b053476ab5d2247a02c2662c5b /rhautoimport-ba | |
parent | d8e94ed568302798c610c8f2b84b982e711abde7 (diff) |
update ba importer
Diffstat (limited to 'rhautoimport-ba')
-rwxr-xr-x | rhautoimport-ba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhautoimport-ba b/rhautoimport-ba index 064dd7f..0a53a09 100755 --- a/rhautoimport-ba +++ b/rhautoimport-ba @@ -42,7 +42,7 @@ my $RD_GROUP = "baufgeroll"; my $PV_ID = '774'; my $TITLE = "barrierefrei aufgerollt"; my $LAST_RUN = 0; -my $upload_delay_days = 0; # files are usally there on the same day - sometimes much later!! +my $upload_delay_days = 3; # "we try to upload between Monday and Wednesday after the Show" binmode(STDIN, ":utf8"); binmode(STDOUT, ":utf8"); |