Skip to content

Commit

Permalink
Add qfile to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mathgeniuszach committed Apr 4, 2021
1 parent eed6a38 commit a7f68e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import fpclib
# os, sys, time, re, json,
# bs4, argparse, codecs, datetime, glob,
# sqlite3, threading, traceback, webbrowser, zipfile,
# urllib, difflib, googletrans, and Levenshtein.
# urllib, difflib, googletrans, qfile, and Levenshtein.


# This is the regex that will be used to match the site url. It is required!
Expand Down
1 change: 1 addition & 0 deletions fpcurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def toggle_console():
import functools
import pyperclip
import googletrans
import qfile
import glob
import importlib
import sqlite3
Expand Down

0 comments on commit a7f68e6

Please sign in to comment.