Skip to content

Commit

Permalink
Merge pull request #61 from berylliumsec/fix_typo
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
berylliumsec-handler authored Jan 18, 2024
2 parents b4a557b + 03fa812 commit acaf30b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nebula/nebula.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,9 +603,7 @@ def show_nebula_pro(self):
print(body)
print(video_link)
print(twitter_info)

# Additional message to catch user's attention
cprint('\nBe part of the revolution. Upgrade to Nebula Pro now!', 'magenta', attrs=['bold'])

def print_star_sky(self, width=30, height=10, density=0.5):
# Calculate the position to print the welcome message
welcome_msg = "Welcome to Nebula"
Expand Down

0 comments on commit acaf30b

Please sign in to comment.