Python/web_programming
Mantas Zimnickas 12f69a86f5 Remove code with side effects from main (#1577)
* Remove code with side effects from main

When running tests withy pytest, some modules execute code in main scope
and open plot or browser windows.

Moves such code under `if __name__ == "__main__"`.

* fixup! Format Python code with psf/black push
2019-11-17 19:38:48 +01:00
..
crawl_google_results.py Remove code with side effects from main (#1577) 2019-11-17 19:38:48 +01:00
fetch_bbc_news.py Added a new Python script and some changes in existing one (#1560) 2019-11-12 12:11:54 +01:00
fetch_github_info.py Panagram Script Added (#1564) 2019-11-14 11:22:07 +01:00
get_imdbtop.py GitHub Action formats our code with psf/black (#1569) 2019-11-14 19:59:43 +01:00
slack_message.py Added a new Python script and some changes in existing one (#1560) 2019-11-12 12:11:54 +01:00