2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

98_todoist.pm: bugfix for create due_date

git-svn-id: https://svn.fhem.de/fhem/trunk@27664 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78 2023-06-07 12:50:31 +00:00
parent 7a08b53314
commit 0776213cc7

View File

@ -17,7 +17,7 @@ eval "use Date::Parse;1" or $missingModule .= "Date::Parse ";
#######################
# Global variables
my $version = "1.3.23";
my $version = "1.3.24";
my $apiUrl = "https://api.todoist.com/sync/v9/";
my $srandUsed;