We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065a1cd commit 49ef0d8Copy full SHA for 49ef0d8
changelog
@@ -8,6 +8,10 @@ scheme:
8
changes
9
10
) commit
11
+27/06
12
+ (
13
+ input to exit weekends and feriados
14
+ )
15
26/06
16
...
17
"Campora" built-in function added
cli.py
@@ -75,7 +75,9 @@ def cli():
75
if now.weekday() < 5 and not (str(now.day) + "." + str(now.month)) in feriados:
76
cli()
77
elif "--milicos" in sys.argv:
78
+ print("\n*Videla happy noises*\n")
79
80
81
print("No hermano, fin de semana o feriado en Argentina no se trabaja.")
82
+input("\nApreta enter, dale.\n")
83
sys.exit(0)
0 commit comments