Skip to content

Commit

Permalink
removed pdfpreviewbeard until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Jan 31, 2017
1 parent 21bcbaa commit 8de0c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beard_paths = [
# Beards can come from anywhere!
# os.path.expanduser("~/beards/"),
# Even from git!
Git("https://github.com/nasfarley88/pdfpreviewbeard.git"),
#Git("https://github.com/nasfarley88/pdfpreviewbeard.git"),
]

# Beards can be specified as "all" which will attempt to load everything found
Expand All @@ -16,11 +16,11 @@ beard_paths = [
# beards = "all"
beards = [
"postcats",
"pdfpreviewbeard", # From git (above)
# "pdfpreviewbeard", # From git (above)
]

db_url = "sqlite:///skybeard-2.db"

__doc__ = """This is sample documentation. Please update in your config.py!

Current plugins enabled: {}""".format(beards)
Current plugins enabled: {}""".format(beards)

0 comments on commit 8de0c8c

Please sign in to comment.