Parcourir la source

Commented newFollowers webhook as untested and unimplimented

deadtom il y a 2 semaines
Parent
commit
f5d3047cce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ownchatbot/webhooks.py

+ 1 - 1
ownchatbot/webhooks.py

@@ -160,7 +160,7 @@ def votes():
                            votes=all_active_votes(db))
                            votes=all_active_votes(db))
 
 
 
 
-@ocb.route('/newFollow', methods=['POST'])
+@ocb.route('/newFollow', methods=['POST'])  # NOT TESTED. Will be fully implimented in Owncast version 0.2.4.
 def new_follow():
 def new_follow():
     data = request.json
     data = request.json
     db = get_db()
     db = get_db()