diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-12 05:45:25 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-06-12 05:45:25 +0000 |
commit | d6ecf1939f0d966225518dc550dd6b8a4262e257 (patch) | |
tree | 5f41f97d3f5306e38de8a47ffba599cc0c3a7023 /db_proxy.py | |
parent | 69b06921d8d4296fc11d4c6e730122c53c1f8f55 (diff) | |
download | omegle-d6ecf1939f0d966225518dc550dd6b8a4262e257.tar.gz omegle-d6ecf1939f0d966225518dc550dd6b8a4262e257.zip |
megahalbot
git-svn-id: http://xapek.org/svn/common/omegle@1126 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'db_proxy.py')
-rw-r--r-- | db_proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db_proxy.py b/db_proxy.py index 8cb3e55..fc79bc4 100644 --- a/db_proxy.py +++ b/db_proxy.py @@ -89,3 +89,4 @@ if __name__ == "__main__": if A.is_connected: A.disconnect() if B.is_connected: B.disconnect() db.running = False + print "main thread exit" |