Skip to content

Commit

Permalink
server down message 0.0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avialxee committed Oct 13, 2023
1 parent 8576889 commit e472111
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rgbmaker
version = 0.0.5.2
version = 0.0.5.3
author = Avinash Kumar
author_email = [email protected]
description = A python package which communicates to different astronomical services and fetches fits and numerical data.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down
1 change: 1 addition & 0 deletions src/rgbmaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e472111

Please sign in to comment.