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:
parent
58505aefc9
commit
f2d125582b
@ -112,7 +112,8 @@ sub todoist_Initialize($) {
|
||||
}
|
||||
}
|
||||
|
||||
return FHEM::Meta::InitMod( __FILE__, $hash );
|
||||
return undef;
|
||||
#return FHEM::Meta::InitMod( __FILE__, $hash );
|
||||
}
|
||||
|
||||
sub todoist_Define($$) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user