This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** SABnzbd.py.ORG 2025-10-20 22:45:31.536782976 +0200 | |
| --- SABnzbd.py.GIL-logging 2025-10-20 22:49:06.736821319 +0200 | |
| *************** | |
| *** 1135,1140 **** | |
| --- 1135,1145 ---- | |
| logging.info("%s-%s", sabnzbd.MY_NAME, sabnzbd.__version__) | |
| logging.info("Full executable path = %s", sabnzbd.MY_FULLNAME) | |
| logging.info("Arguments = %s", sabnzbd.CMDLINE) | |
| + logging.info(f"python version {sys.version}") | |
| + try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Meson build system | |
| Version: 1.7.0 | |
| Source dir: /home/ubuntu/git/systemd | |
| Build dir: /home/ubuntu/git/systemd/build | |
| Build type: native build | |
| Project name: systemd | |
| Project version: 259~devel | |
| C compiler for the host machine: cc (gcc 15.2.0 "cc (Ubuntu 15.2.0-4ubuntu4) 15.2.0") | |
| C linker for the host machine: cc ld.bfd 2.45 | |
| Host machine cpu family: riscv64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Microsoft Windows [Version 10.0.22000.2176] | |
| (c) Microsoft Corporation. All rights reserved. | |
| C:\Users\super>cd\ | |
| C:\>cd git | |
| C:\git>cd sabnzbd | |
| C:\git\sabnzbd>FOR /F %k in (requirements.txt) DO ( if NOT # == %k ( pip install %k ) ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| selftesthost = "test-ipv6.sabnzbd.org" | |
| #selftesthost = "test-ipv6.sabnzbd.org" | |
| import socket | |
| import logging | |
| logging.basicConfig(level=logging.DEBUG) | |
| def test_ipv6(): | |
| """ Check if external IPv6 addresses are reachable """ | |
| if not selftesthost: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="iso-8859-1" ?> | |
| <!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.0//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.0.dtd"> | |
| <!-- NZB Generated by Binsearch.info --> | |
| <nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"> | |
| <file poster="CPP-user@domain.com (CPP-User)" date="1446169549" subject="(Big.Buck.Bunny.2008.1080p.x264-60fps FIXED) [00/34] - "Big.Buck.Bunny.2008.1080p.x264-60fps.nzb" yEnc (1/1)"> | |
| <groups><group>alt.binaries.boneless</group></groups> | |
| <segments> | |
| <segment bytes="132186" number="1">nnd$2bf6d77b$4793831a@2afcdd50c16330b8</segment> | |
| </segments> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="iso-8859-1" ?> | |
| <!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.0//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.0.dtd"> | |
| <!-- NZB Generated by Binsearch.info (fcgi) --> | |
| <nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"> | |
| <file poster="CPP-user@domain.com (CPP-User)" date="1446169549" subject="(Big.Buck.Bunny.2008.1080p.x264-60fps FIXED) [00/34] - "Big.Buck.Bunny.2008.1080p.x264-60fps.nzb" yEnc (1/1)"> | |
| <groups><group>alt.binaries.boneless</group></groups> | |
| <segments> | |
| <segment bytes="132186" number="1">nnd$2bf6d77b$4793831a@2afcdd50c16330b8</segment> | |
| </segments> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| print "hallo daar!" | |
| if True: | |
| print "Ja" |