Skip to content

Commit df476d2

Browse files
committed
name change
1 parent 0ff4360 commit df476d2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/jupyter_pgadmin_proxy/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ def get_icon_path():
2929
)
3030

3131

32-
def _get_timeout(default=15):
33-
try:
34-
return float(os.getenv('RSESSION_TIMEOUT', default))
35-
except Exception:
36-
return default
37-
3832

3933
def get_system_user():
4034
try:
@@ -77,7 +71,7 @@ def run_app():
7771
"absolute_url": True,
7872
# "rewrite_response": rewrite_netloc,
7973
"launcher_entry": {
80-
"title": "pgadmin",
74+
"title": "pgAdmin4",
8175
"icon_path": icon_path
8276
},
8377
}

0 commit comments

Comments
 (0)