gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated: fixed bug with string an


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated: fixed bug with string and int comparison
Date: Wed, 01 May 2019 12:29:36 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a commit to branch master
in repository ascension.

The following commit(s) were added to refs/heads/master by this push:
     new bd113ab  fixed bug with string and int comparison
bd113ab is described below

commit bd113abbde8128bc073e0c7ea22b1ac963bb61b1
Author: rexxnor <address@hidden>
AuthorDate: Wed May 1 12:28:48 2019 +0200

    fixed bug with string and int comparison
---
 ascension/ascension.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ascension/ascension.py b/ascension/ascension.py
index 180b6ce..93c56c9 100644
--- a/ascension/ascension.py
+++ b/ascension/ascension.py
@@ -546,7 +546,7 @@ class Ascender():
             refresh = re.findall(soapattern, serial)[0]
         else:
             refresh = 0
-        return refresh
+        return int(refresh)
 
     @classmethod
     def get_zone_retry_time(cls):

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]