From c1ff57bdef9e2244d3e6521e22807f6273d3cfdf Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Mon, 18 Nov 2024 14:56:11 +0100 Subject: [PATCH] Do not automatically ask to install Cloudy on first run --- src/sunbather/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sunbather/__init__.py b/src/sunbather/__init__.py index 38da095..6a125ca 100644 --- a/src/sunbather/__init__.py +++ b/src/sunbather/__init__.py @@ -73,5 +73,3 @@ def firstrun(): """ install_cloudy() make_workingdir() - -firstrun()