mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-26 22:00:20 +00:00
rm extraneous slash
This commit is contained in:
parent
245ed76692
commit
174b7c06a8
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from pokemonterminal.command_flags import parser, is_slideshow
|
|||
from pokemonterminal.database import Database
|
||||
from pokemonterminal.filters import Filter
|
||||
|
||||
PIPE_PATH = os.path.join(os.path.expanduser('~'), "/.pokemon-terminal-pipe" + str(os.getppid()))
|
||||
PIPE_PATH = os.path.join(os.path.expanduser('~'), ".pokemon-terminal-pipe" + str(os.getppid()))
|
||||
PIPE_EXISTS = os.path.exists(PIPE_PATH)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue