Config.prc not working correctly

So in my main code, it loads a Config.prc. First it gave me a case error so I changed it to capital letter. Now when I load it, it simply doesn’t do anything or give me any error. Am I not importing something or what?
{in case you need it here’s the config part of main.py}

from panda3d.core import loadPrcFile
from panda3d.core import * 
loadPrcFile("config/Config.prc")

{and here’s Config.prc}

window-title Creator

model-path ../Resources
cursor-filename phase_3/etc/toonmono.cur
icon-filename phase_3/etc/toontown.ico