NithishRaja / manga-downloader

A simple python web scrapper for downloading mangas.
0 stars 0 forks source link

Use state object to store global variables #6

Closed NithishRaja closed 4 years ago

NithishRaja commented 4 years ago

Currently all variables are defined when needed. Instead using a global state dictionary would make it easier to track variables.

NithishRaja commented 4 years ago

This commit made changes to code to store all global variables in a state object.