Skip to content

Commit

Permalink
from pythonx.pelib import mydllfunc, get_local_ipinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkhai committed Dec 30, 2024
1 parent 200be19 commit d230b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runserv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import re, os, sys
sys.path.append("../")
from pythonx.funclib import *
from pythonx.pelib import mydllfunc
from pythonx.pelib import mydllfunc, get_local_ipinfo

GIT_URL = 'url: "https://blog.hawkhai.com"'
GIT_URLx = 'urlx: "https://blog.hawkhai.com"'
Expand Down

0 comments on commit d230b49

Please sign in to comment.