George C. Privon пре 8 година
родитељ
комит
8d301cebb4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      update_database.py

+ 1 - 1
update_database.py

@@ -61,7 +61,7 @@ def getExpans(cur, active=True):
 
 def toggleExpan(cur, ID, activate=True):
     """
-    Flip the 
+    Change the active status for an expansion
     """
     command = 'UPDATE expansions SET active='
     if activate: