New handling system everywhere

This commit is contained in:
BarsTiger
2022-03-01 14:21:42 +02:00
parent a70570225f
commit d35c72bf02
8 changed files with 34 additions and 138 deletions

View File

@@ -95,7 +95,7 @@ def upload(is_gui=False, ui=None):
}
else:
auth = get_auth_without_login(is_gui)
auth = get_auth_without_login()
project_name = ui.packagename_box.text()
if not matches(project_name) or len(project_name) > 64 or len(project_name) < 3: