diff options
Diffstat (limited to 'tools/integratestats')
-rwxr-xr-x | tools/integratestats | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/integratestats b/tools/integratestats index ab9d03b..30135fd 100755 --- a/tools/integratestats +++ b/tools/integratestats @@ -53,8 +53,7 @@ def main(): else: raise ValueError, "Could not properly resolve last mirror name" last = last.split('.')[0] - integrate_remote(None, 'a', False) - host = 'b' + host = 'a' while True: integrate_remote(sys.argv[1], host) if host == last: |