Skip to content

Commit 6e3c73d

Browse files
committed
Reordering
1 parent b7ab92d commit 6e3c73d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

sql shell.exe

94.4 KB
Binary file not shown.

sql shell.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ def read_config():
6868
except KeyError:
6969
pass
7070

71-
read_config()
72-
click.clear()
73-
7471
class DbApp(NPSAppManaged):
7572
def onStart(self):
7673
self.registerForm('MAIN', DbParams())
@@ -307,4 +304,6 @@ def on_ok(self): # NOSONAR
307304
click.pause()
308305
click.clear()
309306

307+
read_config()
308+
click.clear()
310309
DbApp().run()

0 commit comments

Comments
 (0)