django-q
django-q copied to clipboard
Fix error in example code
The example code for running a schedule every 5 minutes, starting at 6pm for 2 hours is not working actually.
The error code is TypeError: expected string or bytes-like object
Made a fix by adding a datetime call after replace().