Skip to content
Snippets Groups Projects
Commit 7c4fff3f authored by Cy8aer's avatar Cy8aer
Browse files

change config path from podqast to harbour-podqast

parent 40d72cfe
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class ArchiveFactory(metaclass=Singleton):
otherwise if returns the Singleton
"""
def __init__(self, progname=('podqast')):
def __init__(self, progname=('harbour-podqast')):
"""
Initialization
"""
......
......@@ -23,7 +23,7 @@ class Factory(metaclass=Singleton):
Factory for
"""
def __init__(self, progname='podqast'):
def __init__(self, progname='harbour-podqast'):
"""
Initialization
feedcache: cache for feeds
......
......@@ -295,7 +295,7 @@ class PodcastFactory(metaclass=Singleton):
Helping Factory
"""
def __init__(self, progname='podqast'):
def __init__(self, progname='harbour-podqast'):
"""
Initialization
"""
......
......@@ -120,7 +120,7 @@ class PodcastListFactory(metaclass=Singleton):
The Factory of fhe PodcastList
"""
def __init__(self, progname='podqast'):
def __init__(self, progname='harbour-podqast'):
"""
Initialization
just initialize pointer to podcastlist
......
......@@ -260,7 +260,7 @@ class QueueFactory(metaclass=Singleton):
otherwise it returns the Singleton
"""
def __init__(self, progname='podqast'):
def __init__(self, progname='harbour-podqast'):
"""
Initialization
Get the actual paths. Because we do not have a queue by now set have_queue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment