mirror of
https://booba.tech/CutTheCord/cutthecord.git
synced 2024-08-15 03:24:52 +00:00
Revert Fuck Logging
This commit is contained in:
parent
facc93af9b
commit
39887ee78a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
fname = sys.argv[1]
|
fname = sys.argv[1]
|
||||||
persistdir = os.environ.get("DISTOK_VERSION_LOGS", "/dev/null")
|
persistdir = os.environ.get("DISTOK_VERSION_LOGS", "/tmp/")
|
||||||
|
|
||||||
|
|
||||||
def counterup(branch="base"):
|
def counterup(branch="base"):
|
||||||
|
|
Loading…
Reference in a new issue