Skip to content

Commit a0cb3fb

Browse files
committed
Prepare 0.0.4 release
1 parent 308b268 commit a0cb3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

furikura/indicator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def update_appindicator(self, reddit_data):
7979
self.set_karma(reddit_data['link_karma'], reddit_data['comment_karma'])
8080
self.local_data = reddit_data
8181

82-
def run_background(self, interval):
83-
timeout = 10000 #interval * 60 * 1000
82+
def run_background(self, interval=1):
83+
timeout = interval * 60 * 1000
8484
self.services['timeout'] = GObject.timeout_add(timeout, self.update_reddit_data)
8585

8686
def set_refresh_interval(self, widget):

0 commit comments

Comments
 (0)