Skip to content

Commit

Permalink
Update WPeChatGPT.py
Browse files Browse the repository at this point in the history
Add Mac path to avoid Auto-WPeGPT_WPeace import issues.
  • Loading branch information
WPeace-HcH committed May 12, 2023
1 parent ebb8c71 commit 035e8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WPeChatGPT.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
import threading
import json
import sys, os
# Windows
path = os.path.dirname(os.path.abspath(__file__)) + "\\Auto-WPeGPT_WPeace\\"
# MacOS
#path = os.path.dirname(os.path.abspath(__file__)) + "/Auto-WPeGPT_WPeace/"
sys.path.append(path)
import Auto_WPeGPT

Expand Down

0 comments on commit 035e8e1

Please sign in to comment.