change banner to amarulasolutions

This commit is contained in:
2020-09-18 00:34:00 +02:00
parent 2176d93ae8
commit 5a1de7c67c
7 changed files with 10 additions and 5 deletions

View File

@@ -37,13 +37,14 @@ func adType() (i int) {
// The return value corresponds to the type of ad shown:
// 0: A-ads
// 1: Amarulasolutions
// 1: Amarula Electronics
// 2: Patreon
// 3: Soul Studio Yoga
// 4: Amarula Solutions
switch i {
case 0, 1, 2, 3, 4: // 5/8 of the traffic
return 3
return 4
case 5, 6, 7: // 3/8 of traffic
return 2
default: