job = my_cron.new(command ="C:\Users\Suave Bajaj\Desktop\MAS.3\FeedParser_1.py") ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
I have Tried:
Double Back Slashes: FileNotFoundError: [WinError 2] The system cannot find the file specified
Forward Slashes with r: job = my_cron.new(command =r "C:/Users/Suave Bajaj/Desktop/MAS.3/FeedParser_1.py") ^ SyntaxError: invalid syntax