Skip to content

Commit

Permalink
Merge pull request #45 from nebari-dev/fix-entrypoint
Browse files Browse the repository at this point in the history
[MAINT] fix entrypoint sleep
  • Loading branch information
aktech authored Jan 6, 2024
2 parents e5abe5e + b5649ff commit e502ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jhub_apps/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.2"
6 changes: 1 addition & 5 deletions jhub_apps/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
def app():
print("Hello world")
import time

time.sleep(500)
return 1
print("JupyterHub App Launcher")

0 comments on commit e502ded

Please sign in to comment.