Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… to BitBar plugins
  • Loading branch information
fenhl committed Apr 25, 2019
1 parent f7c1417 commit 9cbab69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bitbar/discord.15s.py
Expand Up @@ -4,6 +4,9 @@

sys.path.append('/opt/git/github.com/fenhl/syncbin/master/python')

import warnings

warnings.filterwarnings('ignore')
import basedir
import requests

Expand Down
6 changes: 4 additions & 2 deletions bitbar/twitch.1m.py
Expand Up @@ -6,15 +6,17 @@

sys.path.append('/opt/py')

import basedir
import collections
import datetime
import pathlib
import re
import requests
import subprocess
import traceback

warnings.filterwarnings('ignore')
import basedir
import requests

CACHE = basedir.data_dirs('bitbar/plugin-cache/twitch.json').lazy_json(writeable_only=True, default={})
DEFER_DELTAS = {
'20m': datetime.timedelta(minutes=20),
Expand Down

0 comments on commit 9cbab69

Please sign in to comment.