mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-12 02:08:38 +01:00
Merge pull request #1112 from ChuckNorrison/patch-2
fix sys is not defined
This commit is contained in:
commit
76dda26f65
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os, sys
|
||||||
import sqlite3
|
import sqlite3
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue