Closed ganeshhubale closed 3 years ago
Python 3.8.2
It's working as necessary.
`s@pc:~$ readit -s tag1 /home/s/.local/lib/python3.8/site-packages/beautifultable/beautifultable.py:362: FutureWarning: 'left_border_char' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. None warnings.warn( /home/s/.local/lib/python3.8/site-packages/beautifultable/beautifultable.py:362: FutureWarning: 'right_border_char' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. None warnings.warn( /home/s/.local/lib/python3.8/site-packages/beautifultable/beautifultable.py:362: FutureWarning: 'top_border_char' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. None warnings.warn( /home/s/.local/lib/python3.8/site-packages/beautifultable/beautifultable.py:362: FutureWarning: 'header_separator_char' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. None warnings.warn( /home/s/.local/lib/python3.8/site-packages/beautifultable/utils.py:113: FutureWarning: 'BeautifulTable.column_headers' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. Use 'BTColumnCollection.header' instead. warnings.warn(message, FutureWarning)
Already bookmarked URLs.
/home/s/.local/lib/python3.8/site-packages/beautifultable/utils.py:113: FutureWarning: 'BeautifulTable.append_row' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. Use 'BTRowCollection.append' instead. warnings.warn(message, FutureWarning) +----+----------------------------------------+------+------------+----------+ | ID | URL | TAG | DATE | TIME | +----+----------------------------------------+------+------------+----------+ | 3 | https://meet.google.com/ | tag1 | 2020-11-18 | 12:02:25 | +----+----------------------------------------+------+------------+----------+ | 4 | https://web.whatsapp.com/ | tag1 | 2020-11-18 | 12:02:40 | +----+----------------------------------------+------+------------+----------+ | 5 | https://github.com/SurajJadhav7/readit | tag1 | 2020-11-18 | 12:04:02 | +----+----------------------------------------+------+------------+----------+`
I can still experience this issue with python3.7.5 But as this is working fine with the latest python version. Hence I am closing this issue. Thank you @SurajJadhav7
Steps