Skip to content

Commit

Permalink
Update ampache-fm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan-00 committed Feb 3, 2021
1 parent ea4c06b commit ff52e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampache-fm.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def do_deactivate(self):
print('deactivating ampache-fm')
print(ampache.ping(self.ampache_url, self.ampache_session))
self.nowtime = int(time.time())
self.cache_writer()
self.cache_now_playing()
Gio.Application.get_default()
del self.shell
del self.rbdb
Expand Down

0 comments on commit ff52e58

Please sign in to comment.