Created
September 20, 2022 08:58
-
-
Save blacklight/07249412c17e77b5b6fa9d5979ec9251 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> import os | |
>>> | |
>>> # Move to the Platypush config directory | |
>>> path = os.path.join(os.path.expanduser('~'), '.config', 'platypush') | |
>>> os.chdir(path) | |
>>> | |
>>> # Import and run the cron function | |
>>> from scripts.music.discovery import refresh_discover_weekly_cron | |
>>> refresh_discover_weekly_cron() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment