From 241394fe2df9de1de22b3ccc155b0dd541bf8891 Mon Sep 17 00:00:00 2001 From: josephsmendoza Date: Wed, 16 Jul 2025 11:36:09 -0700 Subject: [PATCH] add simple test without OBS --- astrolobot.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/astrolobot.py b/astrolobot.py index fd28170..0bf3118 100644 --- a/astrolobot.py +++ b/astrolobot.py @@ -180,4 +180,10 @@ def script_update(settings): client_id=obspython.obs_data_get_string(settings,'client_id') client_secret=obspython.obs_data_get_string(settings,'client_secret') if client_id and client_secret: - twitchio_thread.start() \ No newline at end of file + twitchio_thread.start() + +if __name__ == '__main__': + def script_path(): + return path.dirname(__file__)+'/' + download_files() + print(get_planet_info()) \ No newline at end of file