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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: David!! via ros-users
日付:  
To: ros-users
CC: David!!
題目: [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>