From 2e0b0e4a1b9a6dbda84ce3df831fd86d0ee8e6a5 Mon Sep 17 00:00:00 2001 From: jjwon2149 <45623603+jjwon2149@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:11:26 +0900 Subject: [PATCH] =?UTF-8?q?apikey=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/aiServer.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/server/aiServer.py b/server/aiServer.py index 5c337fb..0104766 100644 --- a/server/aiServer.py +++ b/server/aiServer.py @@ -40,16 +40,9 @@ def recvall(sock, count): conn, addr = s.accept() print('addraccept') -# "apikey": "내 웹 키" +# firebase key config = { - "apiKey": "AIzaSyDemQe9Xq0glQDqqCrBI2MApQN6BgKkfzY", - "authDomain": "avkit-with-tableview.firebaseapp.com", - "databaseURL": "https://avkit-with-tableview-default-rtdb.firebaseio.com", - "projectId": "avkit-with-tableview", - "storageBucket": "avkit-with-tableview.appspot.com", - "messagingSenderId": "37795166720", - "appId": "1:37795166720:web:53d378fd709ce2ce7236e5", - "measurementId": "G-XKW8F4TK14" + }; firebase = pyrebase.initialize_app(config) @@ -286,4 +279,4 @@ def person_detect(h, w, blob): output = None cond = 0 video_num += 1 - recording = False \ No newline at end of file + recording = False