X-Git-Url: http://dolda2000.com/gitweb/?p=fulbank.git;a=blobdiff_plain;f=fulbank%2Ffsb.py;fp=fulbank%2Ffsb.py;h=44a4849631b7bfe509b7d366bb5805f1cfa9e356;hp=c7af807a5ecd4d554cfaed28c8a82c7a6202dfbc;hb=86601bc0ad178d310260fa81ff987cf8a12bf383;hpb=8cda37c591cee501f0a79efe9728950c9929637f diff --git a/fulbank/fsb.py b/fulbank/fsb.py index c7af807..44a4849 100644 --- a/fulbank/fsb.py +++ b/fulbank/fsb.py @@ -257,6 +257,8 @@ class session(object): return elif st == "CANCELLED": raise autherror("authentication cancelled") + elif st == "OUTSTANDING_TRANSACTION": + raise autherror("another bankid transaction already in progress") else: raise fmterror("unexpected bankid status: " + str(st)) time.sleep(3)