Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenebrahimyir committed May 23, 2023
1 parent 567458a commit 2039249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ct-get
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import pprint
import sys

import codal_tsetmc as ct
from tehran_stocks.config import db
from codal_tsetmc.config import db

args = sys.argv
if len(args) == 1:
Expand Down

0 comments on commit 2039249

Please sign in to comment.