jgillick / LendingClubAutoInvestor

A simple command line tool that will automatically invest all cash that becomes available
MIT License
47 stars 21 forks source link

Remove need for daemon for better windows compatibility #4

Closed TobyDai closed 11 years ago

TobyDai commented 11 years ago

Is it possible to have a version without the need for daemon for windows users?

jgillick commented 11 years ago

You can run it in the foreground by omitting 'start'. i.e, just call lcinvestor without any arguments. Let me know if that works for you.

TobyDai commented 11 years ago

It worked after deleting the calls for daemon module.

ghost commented 11 years ago

Good to know. I'll add code to conditionally include the daemon module.

jgillick commented 11 years ago

The code now conditionally includes the daemon module only when it's present on the system.

Fixed with commit https://github.com/jgillick/LendingClubAutoInvestor/commit/146a4b5295d49ee7b9639c541ea160fe5364a170