django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Fix error in example code

Open HeinKhantZaw opened this issue 2 years ago • 0 comments

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().

HeinKhantZaw avatar Jun 16 '22 07:06 HeinKhantZaw