Skip to content

Commit 2c63a19

Browse files
committed
bug fixing
1 parent 6110ba7 commit 2c63a19

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/pycamp_bot/commands/base.py

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

55

66
async def msg_to_active_pycamp_chat(bot, text):
7-
chat_id = -220368252 # Prueba
7+
chat_id = -1001404878013 # Prueba
88
await bot.send_message(
99
chat_id=chat_id,
1010
text=text

src/pycamp_bot/commands/projects.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ async def show_projects(update, context):
244244
if participants_count > 0:
245245
project_text += "\n Interesades: {}".format(participants_count)
246246
text.append(project_text)
247-
else:
248-
text = None
249247

250248
if text:
251249
text = "\n\n".join(text)

0 commit comments

Comments
 (0)