Bassa icon indicating copy to clipboard operation
Bassa copied to clipboard

[Fix] MySQLdb errors fixed

Open BLasan opened this issue 4 years ago • 2 comments

Description MySQLdb module member errors in UserManager.py and DownloadManager.py fixed.

Related Issue #902

Motivation and Context Code should be bug free. No errors should be occured.

How Has This Been Tested? Open UserManager.py and DownloadManager.py and the errors will be underlined with red lines.

Types of changes

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

BLasan avatar Mar 24 '20 15:03 BLasan

@BLasan Can you now pull the updated pr branch from here and squash all your commits keeping only the relevant changes and force push it to here.

kmehant avatar Mar 24 '20 16:03 kmehant

@kmehant Please review

BLasan avatar Feb 21 '21 18:02 BLasan