Skip to content

Commit

Permalink
v.3.4. - Allow to run local without Flask
Browse files Browse the repository at this point in the history
  • Loading branch information
nayfaan committed Sep 6, 2023
1 parent a41fbc5 commit df4729b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion puni.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@ def run(settings):


if __name__ == "__main__":
run()
from services.__tk_init import tk_init
settings = tk_init()

print(run(settings))

0 comments on commit df4729b

Please sign in to comment.