From e472111d7449037aa8a0f74f625f10d4bd7408b5 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Date: Fri, 13 Oct 2023 11:56:01 +0300 Subject: [PATCH] server down message 0.0.5.3 --- setup.cfg | 2 +- setup.py | 2 +- src/rgbmaker/__init__.py | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b0a6785..447bcaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = rgbmaker -version = 0.0.5.2 +version = 0.0.5.3 author = Avinash Kumar author_email = avialxee@gmail.com description = A python package which communicates to different astronomical services and fetches fits and numerical data. diff --git a/setup.py b/setup.py index 5359934..6de47b5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name = 'rgbmaker', - version = '0.0.5.2', + version = '0.0.5.3', url='https://github.com/avialxee/rgbmaker', author='Avinash Kumar', author_email='avialxee@gmail.com', diff --git a/src/rgbmaker/__init__.py b/src/rgbmaker/__init__.py index e4ed658..3eacd4e 100644 --- a/src/rgbmaker/__init__.py +++ b/src/rgbmaker/__init__.py @@ -69,6 +69,7 @@ def submit_query(self): if self.c : if self.imagesopt == 1 or self.imagesopt == 2 or self.imagesopt == 3: self.status, self.info = 'info', 'error fetching data from skyview' + self.server_down=True else: self.status, self.info = 'info', 'No images to return' return self.throw_output()