2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

98_todoist: little bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@19172 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
marvin78 2019-04-13 12:33:34 +00:00
parent 58505aefc9
commit f2d125582b

View File

@ -112,7 +112,8 @@ sub todoist_Initialize($) {
}
}
return FHEM::Meta::InitMod( __FILE__, $hash );
return undef;
#return FHEM::Meta::InitMod( __FILE__, $hash );
}
sub todoist_Define($$) {