Skip to content

Commit

Permalink
Fixed Some Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowTechOpenSource committed Feb 9, 2022
1 parent 1cf9dc1 commit de9260e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions nsd/added.TXT

This file was deleted.

Empty file removed nsd/discover.py
Empty file.
6 changes: 3 additions & 3 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#State:Beta/Prerelease -> Release Canidate
import json
import glob
from otp import OTP
#Removed Components
#from otp import OTP
#
from tabulate import tabulate
from flask import Flask, redirect, url_for, render_template, request,session,flash,send_file
import sqlite3
Expand All @@ -21,8 +23,6 @@
from datetime import datetime
from datetime import timedelta
from oobe.oobe import oobeui
#9D0ULT8W6I
from settings.settings import settingsui
from werkzeug.utils import secure_filename
from kernel import Kernel
from history import History
Expand Down

0 comments on commit de9260e

Please sign in to comment.