Kaynağa Gözat

removed unnecessary

WorldOfPets 2 yıl önce
ebeveyn
işleme
355cf0231d

BIN
__pycache__/config.cpython-310.pyc


+ 0 - 8
api.py

@@ -1,4 +1,3 @@
-
 from flask import Flask, jsonify, request
 from xmpp import cli
 from function import query_select, query_insert, query_delete, query_update
@@ -74,13 +73,6 @@ def send_mess():
         return "Ошибка", 500
 
 
-return_message = ""
-
-async def message_handler(conn, mess):
-    text = mess.getBody()
-    user = mess.getFrom()
-    return text
-
 if __name__ == '__main__':
     #from waitress import serve
     #serve(app, host='127.0.0.2', port='8080')

+ 1 - 4
config.py

@@ -4,7 +4,4 @@ user = "postgres"
 password = "password"
 db_name = "postgres"
 port = 3306
-SSH_H = "46.138.247.90"
-#Подключение к боту
-jid = "test@msg.sharix-app.org"
-jidpassword = "test1234@"
+SSH_H = "46.138.247.90"

+ 1 - 1
rest_api_venv/Scripts/activate.bat

@@ -1,6 +1,6 @@
 @echo off
 
-set "VIRTUAL_ENV=C:\Users\poliv\Desktop\RestApiPython\rest_api_venv"
+set "VIRTUAL_ENV=C:\Users\poliv\Desktop\pythoRestApi\rest_api_venv"
 
 if defined _OLD_VIRTUAL_PROMPT (
     set "PROMPT=%_OLD_VIRTUAL_PROMPT%"