harmdevries commited on
Commit
e28c33a
1 Parent(s): fc7f7cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -41,6 +41,9 @@ for name, repo_name in name2repo:
41
  'high priority - on track': 'rgb(234, 153, 153)',
42
  'high priority - help needed': 'rgb(255, 0, 0)',
43
  'completed': 'rgb(56, 118, 29)'}
 
 
 
44
 
45
  for key in colors.keys():
46
  if key not in all_status:
 
41
  'high priority - on track': 'rgb(234, 153, 153)',
42
  'high priority - help needed': 'rgb(255, 0, 0)',
43
  'completed': 'rgb(56, 118, 29)'}
44
+
45
+ if len(all_status) >= 5:
46
+ task_name = "None"
47
 
48
  for key in colors.keys():
49
  if key not in all_status: