Skip to content

Commit

Permalink
test todo app by adding FIXME comment;
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jun 11, 2020
1 parent 721ddbe commit e598028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 39 deletions.
2 changes: 2 additions & 0 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def scan(self, ip):

clients_list = []

# FIXME: Path for macaddress.io-db.json for dev
# BODY: If doing dev we need to specify the path using another method
qf = QFile(data.__file__.replace("__init__.pyo", "macaddress.io-db.json"))
qf.open(QIODevice.ReadOnly | QIODevice.Text)
content = qf.readAll()
Expand Down
39 changes: 0 additions & 39 deletions src/main.py

This file was deleted.

0 comments on commit e598028

Please sign in to comment.