diff --git a/aux.py b/aux.py index e2a0133..9cfcc26 100644 --- a/aux.py +++ b/aux.py @@ -63,7 +63,7 @@ def update_cfg_context(main, ignore=[]): continue try: - name, value = line.split("=") + name, value = line.split("=", 1) except ValueError: main.print(".over-video §rsyntax error§/ on line §B{:d}§/: §y{:s}§/".format(i, line), prefix.fail) main.print("fix the error or set §B--no-§gcontext§/")