summaryrefslogtreecommitdiffstats
path: root/venv/bin/wsdump
diff options
context:
space:
mode:
authornoptuno <repollo.marrero@gmail.com>2023-04-28 04:23:19 +0200
committernoptuno <repollo.marrero@gmail.com>2023-04-28 04:23:19 +0200
commit2c5b29260b44916c7644c65c5a533b30b399b47e (patch)
tree3cf26e5998d8ca14b324d387fb36545902a629b8 /venv/bin/wsdump
parentmerged pr #218 with the new streamlit (diff)
downloadgpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar.gz
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar.bz2
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar.lz
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar.xz
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.tar.zst
gpt4free-2c5b29260b44916c7644c65c5a533b30b399b47e.zip
Diffstat (limited to '')
-rwxr-xr-xvenv/bin/wsdump8
1 files changed, 0 insertions, 8 deletions
diff --git a/venv/bin/wsdump b/venv/bin/wsdump
deleted file mode 100755
index dc10fcf3..00000000
--- a/venv/bin/wsdump
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/Users/reymarrero/Developer/chatgpt/gpt4free/venv/bin/python3.9
-# -*- coding: utf-8 -*-
-import re
-import sys
-from websocket._wsdump import main
-if __name__ == '__main__':
- sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
- sys.exit(main())