Skip to content

Commit

Permalink
switch to upstream promnesia browser source
Browse files Browse the repository at this point in the history
  • Loading branch information
purarue committed Feb 10, 2023
1 parent a8e60e3 commit f8c6866
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .config/promnesia/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

from promnesia.common import Source
from promnesia.sources import reddit, twitter, auto, github, smscalls, takeout
from promnesia.sources import reddit, twitter, auto, github, smscalls, takeout, browser

from promnesia_sean.sources import (
facebook,
Expand All @@ -11,7 +11,6 @@
mal,
albums,
discord,
browsing,
mpv,
newsboat,
old_forums,
Expand All @@ -25,6 +24,7 @@
)

SOURCES = [
browser,
takeout,
twitter,
Source(
Expand Down Expand Up @@ -71,7 +71,6 @@
old_forums,
ttt,
zsh,
browsing,
]

CACHE_DIR = os.path.join(os.environ["HOME"], ".cache", "promnesia")

0 comments on commit f8c6866

Please sign in to comment.