Skip to content

Commit

Permalink
readability
Browse files Browse the repository at this point in the history
  • Loading branch information
avialxee committed Oct 13, 2023
1 parent 3c93566 commit 2f62df6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4
version = 0.0.5.5
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.4',
version = '0.0.5.5',
url='https://github.com/avialxee/rgbmaker',
author='Avinash Kumar',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/rgbmaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def submit_query(self):
if self.c :
if self.imagesopt == 1 or self.imagesopt == 2 or self.imagesopt == 3:
self.server_down=True
self.status, self.info = 'info', 'error fetching data from SkyView, contact developer'
self.status, self.info = 'info', 'error fetching data from SkyView'

else:
self.status, self.info = 'info', 'No images to return'
Expand Down

0 comments on commit 2f62df6

Please sign in to comment.