We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2efb2 commit e0179e3Copy full SHA for e0179e3
bot.py
@@ -301,30 +301,7 @@ def fetch_points_for_each_task() -> dict[str, int]:
301
print(
302
f"Could not read points.json in current directory so using hardcoded points. Error - {e}"
303
)
304
- points_dict = {
305
- "pull request": 20,
306
- "info": 40,
307
- "blog": 60,
308
- "sm posting": 15,
309
- "caption": 5,
310
- "subordinate": 20,
311
- "weekly work": 5,
312
- "idea": 3,
313
- "brochure": 10,
314
- "news": 40,
315
- "demos": 20,
316
- "oc volunteer": 30,
317
- "oc assigned": 20,
318
- "oc no work": 10,
319
- "oc manager": 50,
320
- "wtf": 75,
321
- "discord": 10,
322
- "marketing": 20,
323
- "mini project": 100,
324
- "complete project": 200,
325
- "promotion medium": 25,
326
- "promotion large": 50,
327
- }
+ exit()
328
329
return points_dict
330
0 commit comments