Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
new name: CoronaBar
Browse files Browse the repository at this point in the history
  • Loading branch information
duarteocarmo committed Mar 17, 2020
1 parent b0ec3d1 commit b05e9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class CoronaApp(object):
def __init__(self):
self.app = rumps.App("Corona PT", "🦠")
self.app = rumps.App("CoronaBar", "🦠")
self.data = self.get_data(sender=None)

self.suspected = rumps.MenuItem(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
app=APP,
name='Corona PT',
name='CoronaBar',
data_files=DATA_FILES,
options={'py2app': OPTIONS},
setup_requires=['py2app'], install_requires=['rumps', 'requests']
Expand Down

0 comments on commit b05e9e7

Please sign in to comment.