From 3b55bd19dbaa77248e96fd0a6ccd96dc72d2204e Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 8 Sep 2010 16:05:04 +0800 Subject: [PATCH] OnGame: Fix date regex Previously assumed that the day was 2 characters, and failed on: 'Fri Sep 3 05:01:22 GMT+0100 2010' Doh --- pyfpdb/OnGameToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/OnGameToFpdb.py b/pyfpdb/OnGameToFpdb.py index a687a9da..ae5549cc 100755 --- a/pyfpdb/OnGameToFpdb.py +++ b/pyfpdb/OnGameToFpdb.py @@ -111,7 +111,7 @@ class OnGame(HandHistoryConverter): re_DateTime = re.compile(""" [a-zA-Z]{3}\s (?P[a-zA-Z]{3})\s - (?P[0-9]{2})\s + (?P[0-9]+)\s (?P[0-9]+):(?P[0-9]+):(?P[0-9]+)\s (?P\w+[-+]\d+)\s (?P[0-9]{4})