aboutsummaryrefslogtreecommitdiffstats
path: root/tw_hooks/on-add_scheduled_work_task.pl
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-08-14 20:13:48 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-08-14 20:13:48 +0100
commit3b608c886dd630b7268b286c8b2ec493f66fdf9e (patch)
tree2c992dd8593556239762fda05788fa1148cfedbb /tw_hooks/on-add_scheduled_work_task.pl
parent05965fd03828d507844930b4946a59590efb672e (diff)
update
Diffstat (limited to 'tw_hooks/on-add_scheduled_work_task.pl')
-rwxr-xr-xtw_hooks/on-add_scheduled_work_task.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw_hooks/on-add_scheduled_work_task.pl b/tw_hooks/on-add_scheduled_work_task.pl
index 6ddc999..90ec802 100755
--- a/tw_hooks/on-add_scheduled_work_task.pl
+++ b/tw_hooks/on-add_scheduled_work_task.pl
@@ -78,6 +78,7 @@ my $scheduled_dt;
if ( $decoded_task->{scheduled} and ( scalar grep { $_ eq "dft" } @{$tags} ) ) {
$scheduled_dt = parse_scheduled $decoded_task->{scheduled};
+ # my @test_task = `task add Bobbins from Perl`;
my $port = 22;
my $date = $scheduled_dt->day();
my $month = $short_months[ $scheduled_dt->month() - 1 ];