Lucas Liew
Results
1
issues of
Lucas Liew
```python userinput = wednesday usertime = "18:30" schedule.every().userinput.at(usertime).do(function) ``` The above does not work as they do not detect the variable's value for `userinput` but works for `usertime`
enhancement