Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bbsvip authored Oct 28, 2021
1 parent 2c6b2bd commit b840a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from utils.sqlite_database import *
import pandas as pd
import requests
import winsound
# import winsound

try:
import Jetson.GPIO as gpio
Expand Down Expand Up @@ -267,7 +267,7 @@ def set_noti(self, msg: str = '', type_noti: int = 0):
self.time_noti = datetime.datetime.now()

def speak(self):
winsound.Beep(2500, 500)
# winsound.Beep(2500, 500)
pass

def set_show_info(self):
Expand Down

0 comments on commit b840a74

Please sign in to comment.