Skip to content

Commit b58d499

Browse files
authored
Update ufirebase.py
1 parent 464ffb0 commit b58d499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ufirebase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def connect(id):
1818
try:
1919
FIREBASE_GLOBAL_VAR.SLIST["SS"+id] = ussl.wrap_socket(FIREBASE_GLOBAL_VAR.SLIST["S"+id], server_hostname=FIREBASE_GLOBAL_VAR.GLOBAL_URL_ADINFO["host"])
2020
except:
21-
print("ENOMEM, try to restart. Do not make to many id's (sokets) simultaneously! (or use a board with more ram)")
21+
print("ENOMEM, try to restart. If you make to many id's (sokets) simultaneously (bg=1 and id=x), try to use less or use a board with more ram!\nSome emulation software limits the RAM.")
2222
FIREBASE_GLOBAL_VAR.SLIST["S"+id].close()
2323
FIREBASE_GLOBAL_VAR.SLIST["SS"+id]=None
2424
FIREBASE_GLOBAL_VAR.SLIST["S"+id]=None

0 commit comments

Comments
 (0)