You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file has become huge, also there are some functions (like the conifg_log and db related functions) which can be generalised and used also in mopper.
create utils.py to store all generic functions that can be shared between modules
remove generic functions from other files and adjust imports
break down really long functions in mopdb.py and mopdb_utils.py
try to split what remain in mopdb_utils.py into two files
The text was updated successfully, but these errors were encountered:
This file has become huge, also there are some functions (like the conifg_log and db related functions) which can be generalised and used also in mopper.
The text was updated successfully, but these errors were encountered: