[ros-users] [Discourse.ros.org] [General] ROS Answers needs …

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: David!! via ros-users
Date:  
To: ros-users
CC: David!!
Subject: [ros-users] [Discourse.ros.org] [General] ROS Answers needs your help


As with many things, the answer is [in the source](https://github.com/DLu/askbot_crawler/blob/master/index_page.py#L25). It does ignore closed questions.
```
n_answered = len([x for x in db.qdb.values() if 'answered' in x or x.get('closed', False)])
```
However, the Askbot API isn't perfect, so I may be missing some values.





---
[Visit Topic](https://discourse.ros.org/t/ros-answers-needs-your-help/5147/6) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>