Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Graduate
2020-06-23 16:09:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
982a9def334d55fc53b31b67a3b0daaec2a3c0dd
982a9def
1 parent
c3dbb4e4
Change distance threshold
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
docs/~$최종보고서.docx
docs/최종보고서.docx
server/server.py
docs/~$최종보고서.docx
0 → 100644
View file @
982a9de
No preview for this file type
docs/최종보고서.docx
View file @
982a9de
No preview for this file type
server/server.py
View file @
982a9de
...
...
@@ -137,7 +137,7 @@ async def thread(websocket, path):
# 출석 데이터 전송
send
=
''
if
distance_min
<
0.
4
:
if
distance_min
<
0.
65
:
# 인증 성공
# 오늘 이미 출석 됐는지 확인
sql
=
"SELECT DATE(timestamp) FROM student_attendance WHERE (lecture_id=
%
s) AND (student_id=
%
s) AND (DATE(timestamp) = CURDATE());"
...
...
Please
register
or
login
to post a comment