Skip to content

Commit 289783a

Browse files
...
1 parent 2a50a59 commit 289783a

2 files changed

Lines changed: 509 additions & 2 deletions

File tree

run.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
app = Flask(__name__, static_folder='static', template_folder='templates')
2424
command_queue = queue.Queue()
2525

26+
#rework ai and show camera in screen
27+
2628
@app.route('/')
2729
def home():
2830
return render_template('index.html')
@@ -237,8 +239,8 @@ def draw_button(screen, font, text, rect, mouse, frame, base=BRIGHT_PINK, hover=
237239
music_playing = False
238240
frame = 0
239241

240-
photos_dir = "/home/nova/Desktop/kida/photos"
241-
videos_dir = "/home/nova/Desktop/kida/videos"
242+
photos_dir = "/home/nova/Desktop/kida/photos" #make paths relative
243+
videos_dir = "/home/nova/Desktop/kida/videos" #make paths relative
242244
os.makedirs(photos_dir, exist_ok=True)
243245
os.makedirs(videos_dir, exist_ok=True)
244246

0 commit comments

Comments
 (0)