I've been going crazy trying to figure out why I can't get deluge working...

I'm trying to schedule my torrents to automatically turn on at night after I sleep, so I have this in my crontab:

41 11 * * * DISPLAY=:0 && /usr/bin/deluge

(The time there is just for testing purposes) basically it seems to execute this command but nothing runs. Anyone have any idea would I could be doing wrong?