Ver código fonte

finished givebutter functions changes

deadtom 3 semanas atrás
pai
commit
2b6e064ac1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      ownchatbot/web_panels.py

+ 1 - 1
ownchatbot/web_panels.py

@@ -718,7 +718,7 @@ def ocb_alert(alert_type):
     elif alert_type == 'GOAL_ALERT':
         return render_template('rgoal.html',
                                alert_name=alert_name)
-    elif alert_type == 'GB_ALERT':
+    elif alert_type == 'GIVEBUTTER_ALERT':
         return render_template('rgbdonation.html',
                                alert_name=alert_name)