Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gajim/gtk/application.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/application.py b/gajim/gtk/application.py
index 061b2d995..54ec8444f 100644
--- a/gajim/gtk/application.py
+++ b/gajim/gtk/application.py
@@ -529,7 +529,7 @@ class GajimApplication(Gtk.Application, CoreApplication):
def create_account(self,
account: str,
- username: str,
+ username: str | None,
domain: str,
password: str,
proxy_name: str | None,