Skip to content

Commit d33b148

Browse files
committed
Added missing changes
1 parent 16dadc0 commit d33b148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pycamp_bot/commands/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
current_projects = {}
11-
NOMBRE, DIFICULTAD, TOPIC, PARTICIPANTS = ["nombre", "dificultad", "topic", "participantes"]
11+
NOMBRE, DIFICULTAD, TOPIC = ["nombre", "dificultad", "topic"]
1212

1313
logger = logging.getLogger(__name__)
1414

0 commit comments

Comments
 (0)