Skip to content

Commit 890648a

Browse files
authored
Merge pull request #20 from ExitedState/re
refactor
2 parents 92a025e + c014ab3 commit 890648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def launch_program(program_name, program_path):
5050

5151

5252
os.environ['DISCORD_PATH'] = 'C:\\Users\\User\\AppData\\Local\\Discord\\Update.exe --processStart Discord.exe'
53-
os.environ['LINE_PATH'] = 'C:\\Users\\phaib\\AppData\\Local\\LINE\\bin\\LineLauncher.exe'
53+
os.environ['LINE_PATH'] = 'C:\\Users\\User\\AppData\\Local\\LINE\\bin\\LineLauncher.exe'
5454

5555
approved_programs = {
5656
'discord': os.environ['DISCORD_PATH'],

0 commit comments

Comments
 (0)