Procházet zdrojové kódy

Fixed default integration value to be False instead of blank.

deadtom před 1 měsícem
rodič
revize
a0ed06b562
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ownchatbot/defaults/kofi.py

+ 1 - 1
ownchatbot/defaults/kofi.py

@@ -1,5 +1,5 @@
 KOFI_SETTINGS = {
-    "integration": "",  # Enable Ko-fi integration
+    "integration": False,  # Enable Ko-fi integration
     "token": "",  # Needed to validate Ko-fi with OCB webhook. Get from Ko-fi Settings -> More -> API -> Webhooks -> Advanced - Verification Token.
     "donations": True,  # Reward donations with points
     "donation_points": 100,  # How many points per dollar donated?