From 07df8b8fb1a555e3b57738aeac3e52c573988827 Mon Sep 17 00:00:00 2001 From: Hugo Bezerra Date: Sun, 1 Nov 2020 20:28:36 -0300 Subject: [PATCH] Fixing typo --- Proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy.py b/Proxy.py index 7012c7d..0930b49 100644 --- a/Proxy.py +++ b/Proxy.py @@ -4,7 +4,7 @@ import pyautogui as mouse import json import os -os.environ['DISPAY']=':0' +os.environ['DISPLAY']=':0'