Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script/checktrie: fix the import to SQLDB #3351

Merged
merged 1 commit into from
Jul 7, 2021

Conversation

belikor
Copy link
Contributor

@belikor belikor commented Jul 6, 2021

This is nothing special, it just allows the script to run without throwing an error on import.

This is nothing special, it just allows the module
to run without throwing an error.

From
```
from lbry.wallet.server.db import SQLDB
```

To
```
from lbry.wallet.server.db.writer import SQLDB
```
@shyba shyba merged commit 0cd953a into lbryio:master Jul 7, 2021
@shyba
Copy link
Member

shyba commented Jul 7, 2021

Thanks!

@belikor belikor deleted the fix-checktrie-script branch July 7, 2021 15:37
@tzarebczan
Copy link
Contributor

Hey @belikor , shoot me a DM on telegram with the PRs that you've completed + esimated times so we can show you some appreciation.

@eukreign eukreign added area: packaging type: bug Existing functionality is wrong or broken labels Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Existing functionality is wrong or broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants