From 767ca3105793f0748a3516287cce37c8add48f1d Mon Sep 17 00:00:00 2001 From: Mustafa Yontar Date: Sat, 16 May 2020 00:14:18 +0300 Subject: [PATCH] fix fix --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 099f4c8..22507b7 100644 --- a/app.py +++ b/app.py @@ -112,7 +112,7 @@ def get_file(): return jsonify(files) @app.route('/api/recreate/room', methods=['GET']) -def create_room(): +def recreate_room(): rms = Room.objects.all() for i in rms: jan = Janus(os.environ.get('JANUS_URL'), app.config['JANUS_ADMIN_KEY'])